|
How can I learn more about specific Linux commands?
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 ...
         |
Last
Modified:
2006-12-17 |
Number
of views:
2699 |
|
|
What is a path?
A path is a directory specification. In other words, it tells you where something is located on your hard drive.
Linux has a directory hierarchy that begins at /, which is...
|
Last
Modified:
2006-12-17 |
Number
of views:
2623 |
|
|
What is a shell?
A shell is a program that runs commands. Users type commands and the shell runs them. Linux uses a shell called 'bash' or the Bourne-again shell, which is a derivative of th...
|
Last
Modified:
2006-12-17 |
Number
of views:
2857 |
|
|
What is an absolute path?
An absolute path is a directory specification that shows the way from the root of the file system to a specific file or directory.
An example of an absolute path is:
/h...
         |
Last
Modified:
2006-12-17 |
Number
of views:
2798 |
|