Posts Tagged ‘linux’

Upload/Download files with SFTP

Tuesday, February 1, 2011 21:01 No Comments

Uploading/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 [...]

This was posted under category: Unix/Linux Tags: , , , , , , , , ,

Linux/Unix File & Folder Permissions

Tuesday, December 2, 2008 18:04 No Comments

File and Folder permissions on *unix like systems.

This was posted under category: Unix/Linux Tags: , , , , , , , , , , , , , , ,

Vi editor – Commands

Sunday, November 23, 2008 8:15 No Comments

Vi 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.

This was posted under category: Unix/Linux Tags: , , , , , , , , , , , ,