How can I learn more about specific Linux commands?
Author:
Drew
Aside from searching the web, Linux has a manual included already. You can find out about any command by typing the following in shell:
man command
Putting the command 'man' before the command will give you instructions on what the program does and how to use it.
For instance, if you wanted to find out more about the 'ls' command, you'd type:
man ls
Last Modified:
2006-12-17 Number of views:
2699

| |
|
There are no user added comments for this article.
|
|
| |
|
What is SSH?
SSH is a secure replacement for telnet, allowing you to have shell access to your Lightning Servers ... |
|