dedicated server help
web hosting guides
dedicated server home dedicated server forums dedicated server reviews dedicated resources partners dedicated server resources contact dedicated servers

dedicated server guides
Getting Started
General Tutorials
cPanel Tutorials
Security Center
Name Servers
Server Monitoring
Server Backups
Hosting Interviews
Web Hosting News
Reviews
For Fun
Linux Tutorials
Hosting Articles
Web Hosting Tutorials
 
 
 
web hosting tutorials
About Us
RSS Feed
Disclaimer
Site Map

 

Getting help on linux commands

Last Updated: December 4, 2008


Almost every linux command can be run with a "--help" option.

An example of getting help for a linux command would be typing the following.

cp -- help | less

To retrieve more extensive help/information you can type

man cp

This will display the manual pages for the cp command.

cpanel tutorials