|
|
Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One. | ||
Discussion by kanade with 0 Replies.
Last Update: May 15, 2008, 11:36 am | |||
Let me give some usefull linux commands and utilities. Please add to this list if you know.
To make tar archive use
$ tar -cvf filename.tar filename
To extract tar archive use
$ tar -xvf filename.tar
To extract tar archive with gz use
$ tar -xzvf filename.tar.gz
$ ssh name@ip followed by passwd
e.g. ssh project@172.16.0.14 passwd:
$ ls -l
list the running process
$ps -e
/etc/init.d/networking start (In ubuntu)
/etc/init.d/networking restart (In ubuntu)
/etc/init.d/networking stop (In ubuntu)
/etc/init.d/network start ( In Fedora)
/etc/init.d/network restart ( In Fedora)
/etc/init.d/network stop ( In Fedora)
To make tar archive use
$ tar -cvf filename.tar filename
To extract tar archive use
$ tar -xvf filename.tar
To extract tar archive with gz use
$ tar -xzvf filename.tar.gz
$ ssh name@ip followed by passwd
e.g. ssh project@172.16.0.14 passwd:
$ ls -l
list the running process
$ps -e
/etc/init.d/networking start (In ubuntu)
/etc/init.d/networking restart (In ubuntu)
/etc/init.d/networking stop (In ubuntu)
/etc/init.d/network start ( In Fedora)
/etc/init.d/network restart ( In Fedora)
/etc/init.d/network stop ( In Fedora)
Thu May 15, 2008 Reply New Discussion
How To Play Music And Movie In Linux? Which Is The Good One?. (6)
|
(23) How To Copy File & Folders From Linux To Windows?.
|
Index




