Tag Archive | "recursive"

Linux : Change file/folder owner

Wednesday, February 20, 2008

0 Comments

ShareOn 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 [...]

Continue reading...

Server to server file transfers

Saturday, February 16, 2008

1 Comment

Server to server file transfers

ShareServer 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 [...]

Continue reading...