Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_eight
- PATH (the directories the shell should search to find a command) ==Finding out the current values of t... PATH (the directories the shell should search to find a command) * prompt (the text string used to pr... fines in which directories the shell will look to find the command you typed. If the system returns a me
- linux_tutorial_one
- personal files and subdirectories are saved. To find out what is in your home directory, type <code> c... elation to the whole file-system. For example, to find out the absolute pathname of your home-directory,
- linux_tutorial_six
- he space left on the file system. For example, to find out how much space is left on the fileserver, typ... seful if you have gone over quota and you want to find out which directory has the most files. In your h
- linux_tutorial_four
- l page for a particular command. For example, to find out more about the wc (word count) command, type
- linux_tutorial_three
- ame result as above, but quicker and cleaner. To find out how many users are logged on, type <code>com
- linux_tutorial_two
- e>compsci-user@tim: wc -w science.txt </code> To find out how many lines the file has, type <code>comp