admin Site Admin
Joined: 23 Jan 2003 Posts: 256 Location: India
|
Posted: Sun May 04, 2003 3:28 am Post subject: Linux Shell Commands |
|
|
Hi,
Here are few linux commands usefull when you connect via SSH.
ls == List Directory, same as MS DOS DIR.
ls -l == List Directory Line by Line
mkdir == Create a Folder/Directory.
rmdir == remove a Folder/Directory.
rm == remove a file.
cat filename == display content of file.
more filename == display content of file in page wise, use space bar to go to next page.
vi == Powerfull Linux text editor.
pico == Word Star like text editor.
du == Show Disk Usage.
wget url == Download a file from the specified URL.
repquota -v /home == Display User Quotas for /home
ping == ping to a host. Eg: ping hosthat.com
traceroute == traceroute to a host.
uname -r == Kernal Version.
hostname == show hostname of the server.
ps -aux == show all processes.
ifconfig eth0 = show details about Ethernet card eth0.
exit == exit from SSH Shell.
Hope it Helps.
Regards,
Yujin Boby _________________ HostOnNet.com - Reseller Hosting
Free Ads Forum, Promote your site
NetFreeHost.com - Free Web Hosting, phpBB Hosting |
|