Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_seven
- rcial software packages installed on our systems, which are available to all users. However, students are... ftware. * Locate and download the source code (which is usually compressed) * Unpack the source code... previous stage is then converted into object code which are fragments of code which the computer understands directly. The final stage in compiling a program in
- linux_tutorial_one
- ay be no files visible in your home directory, in which case, the UNIX prompt will be returned. Alternati... rmally hidden. **ls** is an example of a command which can take options: **-a** is an example of an opti... mand. There are online manual pages that tell you which options a particular command can take, and how ea... testdir</code> Type **ls** to see the contents (which should be empty) __**Exercise**__ Make another
- linux_tutorial_five
- ile (and directory) has associated access rights, which may be found by typing ls -l. Also, ls -lg gives additional information as to which group owns the file (beng95 in the following exam... ess is finished. Backgrounding is useful for jobs which will take a long time to complete. ===Background
- linux_tutorial_eight
- c followed by .login .login is to set conditions which will apply to the whole session and to perform ac... command, your path (or PATH) variable defines in which directories the shell will look to find the comma
- linux_tutorial_four
- ===On-line Manuals=== There are on-line manuals which gives information about most commands. The manual pages tell you which options a particular command can take, and how ea
- linux_tutorial_two
- py)=== **cp** **file1** **file2** is the command which makes a copy of **file1** in the current working ... e directory /vol/examples/tutorial/ is an area to which everyone in the department has read and copy acce
- linux_tutorial_six
- you have gone over quota and you want to find out which directory has the most files. In your home-direct
- linux_tutorial_three
- ut (the keyboard) and the > redirects the output, which normally goes to the screen, into a file called l