Posted on February 20th, 2008 by lost-in-code
On a Unix based system, all files and folders belong to a group and a owner. Or rather, an owner and a group has specific permissions to read, write and execute files. So you might need to change the owner of certain files and folders so that you’ll be able to open them, edit them [...]
Tags: chown, file, folder, group, linux, owner, recursive, ssh, unix
Filed under: Server Management | No Comments »
Posted on February 16th, 2008 by lost-in-code
Server to server file transfers are relatively easy on a dedicated or virtual private server running Unix. I’ll quickly show you how to use the scp command which acts just about exactly the same as the cp command. It copies all files from a specified source path to a destination path on the remote server [...]
Tags: file transfer, linux, recursive, scp, server, server to server, ssh
Filed under: Server Management | 1 Comment »