Thursday, August 19, 2010

Basic Commands in Linux

Hello friends,
If you want to make a directory type "mkdir linux" this will create a directory with name linux to delete the same directory type "rm -r linux" many people use "rmdir linux" but sometimes it says, "Directory not empty" to avoid this message simply use the command "rm -r ".

To delete a file type "rm " you may also use "rm -i " in this case computer will prompt you whether you really want to delete the file or not reply with y (yes) or n (no).

slowly slowly we will learn all the commands of linux. For any further query you can mail me or post your queries in comment.

Thank you. :-)

No comments: