Tag Archive | "files"

Grabbing and Sending files and folders over SSH

Saturday, August 15, 2009

0 Comments

SCP allows you to transfer files over ssh between computers Copying to remote machines To copy a file to a remote machine run the following If you want to copy a directory you would use -r which would look like this and if you want to specify a SSH port use -P which would look [...]

Continue reading...

Linux File Permissions

Sunday, April 5, 2009

0 Comments

What is chmod? Chmod is a command that changes the access permissions of files or directories in order to read, write or execute files How do I view The permissions of files? You can do this by typing Heres is a example of its output What do the letters mean in front of the files/directories [...]

Continue reading...