Search

You can find the results of your search below.

linux_tutorial_eight
5 Hits, Last modified:
PATH (the directories the shell should search to find a command) ==Finding out the current values of these variables.== ENVIRONMENT variables are set using... PATH (the directories the shell should search to find a command) * prompt (the text string used to pr... for interactive commands shell your login shell) Finding out the current values of these variables. SH
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_two
2 Hits, Last modified:
to search * /science As you can see, **less** finds and highlights the keyword. Type [**n**] to sear... e>compsci-user@tim: wc -w science.txt </code> To find out how many lines the file has, type <code>comp
linux_tutorial_five
1 Hits, Last modified:
us)=== Alternatively, processes can be killed by finding their process numbers (PIDs) and using kill PI
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