Posts Tagged ‘linux’
Upload/Download files with SFTP
Tuesday, February 1, 2011 21:01 No CommentsUploading/Downloading files through your *nix console. Connection: $ sftp user@domain.com Available commands: ls list files pwd show which directory you are in on the server side lpwd show which directory you are in on the client side cd DIRECTORY change current location to DIRECTORY on the server side lcd DIRECTORY change current location to DIRECTORY [...]
Linux/Unix File & Folder Permissions
Tuesday, December 2, 2008 18:04 No CommentsFile and Folder permissions on *unix like systems.
Vi editor – Commands
Sunday, November 23, 2008 8:15 No CommentsVi is a Unix/Linux terminal based text editor. Despite its overhelming features it is still popular among Unix administrators. I’ll mention some of the most used commands.