Search

You can find the results of your search below.

linux_tutorial_eight
3 Hits, Last modified:
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
2 Hits, Last modified:
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
2 Hits, Last modified:
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
1 Hits, Last modified:
l page for a particular command. For example, to find out more about the wc (word count) command, type
linux_tutorial_three
1 Hits, Last modified:
ame result as above, but quicker and cleaner. To find out how many users are logged on, type <code>com
linux_tutorial_two
1 Hits, Last modified:
e>compsci-user@tim: wc -w science.txt </code> To find out how many lines the file has, type <code>comp