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 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
- 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_two
- 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
- us)=== Alternatively, processes can be killed by finding their process numbers (PIDs) and using kill PI
- 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