Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_one
- rst login, your current working directory is your home directory. Your home directory has the same name as your user-name, for example, **compsci-user**, and ... rectories are saved. To find out what is in your home directory, type <code> compsci-user@tim:~$ ls </c... png?600|}} There may be no files visible in your home directory, in which case, the UNIX prompt will be
- linux_tutorial_eight
- ent variables are * USER (your login name) * HOME (the path name of your home directory) * HOST (the name of the computer you are using) * ARCH (the ... are * PWD (your current working directory) * HOME (the path name of your home directory) * PATH (the directories the shell should search to find a comm
- linux_tutorial_seven
- and install small software packages in their own home directory, software usually only useful to them p... r. We need to create an install directory in your home directory. % mkdir ~/units174 Then run the co... allation path to this. % ./configure --prefix=$HOME/units174 NOTE: The $HOME variable is an example of an environment variable. The value of $HOME is t
- linux_tutorial_six
- d out which directory has the most files. In your home-directory, type <code>compsci-user@tim:~$ du</co... ressed data, etc.. To report on all files in your home directory, type <code>compsci-user@tim:~$ file *
- linux_tutorial_four
- order to list all files containing C code in your home directory, you need only type ls *.c in that dire