View Single Post
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#12
Originally Posted by dinz View Post
how do i move the file to /home/user/MyDocs/ directory?
As the above post.. try to lern the basic commands. It will be worth it.

Some reference material for you:

mv = move and rename files
cp = copy files
rm = delete files
rm -r = delete folders with files
ls = see whats in the folder
ls -a = see even hidden files and folders
cd = go to directory
cd .. = go back one step
cd /home = go to home directory

Use the tab-key to auto-complete