Post Reply  Post Thread 


Give some commands of LINUX operating system?
Author Message
tanmoyroy_123
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #1
Give some commands of LINUX operating system?

Give some commands of LINUX operating system?

05-27-2007 07:22 AM
Find all posts by this user Quote this message in a reply
ironfist
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #2
 

cd Change directory. This is the command you use to change into different directories. An example would be "cd /mnt" (minus the quotes, always minus the quotes) now you will be the /mnt dir. mount Mounts a filesystem. ex, "mount /dev/hda4 /mnt" mounts hard drive partition 4 in your /mnt directory. cp Copies files. eg, "cp SomeFile /home/momo/" copies a SomeFile into user momo's home directory. mv Move. Does the same as cp except moves the file instead of copying it. You also use the mv command to rename files/directories ex, "mv file1 SomeNewFilename" renames file1 to SomeNewFilename. mkdir Make Directory. ex, "mkdir /home/momo/new" creates a directory named new in momo's home directory. If you are currently in the directory you want to make the the new directory in you can just do "mkdir new" to make a directory named "new".rm Removes files and directories. ex, "rm file1". To use rm without a hassle you may want to use "rm -rf". This way you won't be prompted to confirm the removal of the file. You can not use rm to remove directories which are not empty unless you use an option telling rm to do otherwise, the -rf option works well for this. Use "rm -rf" carefully ;-). rmdir Removes empty directories. ex, "rmdir new". man displays the man page for a paticular application or command. ex, "man rm". Man is your friend, please use it :-) .

www.userlocal.com

05-27-2007 08:08 AM
Find all posts by this user Quote this message in a reply
varunM
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #3
 

Just press 'Shift+TAB' button on your keyboard. You'll get all commands

05-27-2007 08:27 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  I just installed Linux Ubuntu? What can I do... tennismaster16666 1 432 12-23-2007 04:04 AM
Last Post: tennismaster16666
  how do you take linux off a computer and install straubcharles 1 91 12-22-2007 05:36 PM
Last Post: straubcharles
  where to buy fedora linux 8 in new... romantic_boy_2003 1 77 12-22-2007 05:36 PM
Last Post: romantic_boy_2003
  Linux Mint Wireless Network wont connect?!?!? aqualung 1 85 12-22-2007 05:36 PM
Last Post: aqualung
  Sharing files between Linux and Windows? MS4 1 83 12-22-2007 12:50 PM
Last Post: MS4
  how can i install WINDOWS APPLICATIONS on a Linux... hussain7865 1 88 12-22-2007 12:50 PM
Last Post: hussain7865
  Need help on red hat linux??? Remix 1 87 12-21-2007 05:25 PM
Last Post: Remix
  need local linux mailing server solution..? service_nissi 1 89 12-21-2007 05:25 PM
Last Post: service_nissi
  how to install gcc compiler in ubuntu linux/? rk_221 1 83 12-21-2007 04:39 PM
Last Post: rk_221
  How to make linux file server?(especially for... Murthi. 1 92 12-20-2007 06:54 PM
Last Post: Murthi.

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: