Search

You can find the results of your search below.

linux_tutorial_two
62 Hits, Last modified:
=====Linux Tutorial Two===== ====2.1 Copying Files==== ===cp (copy)=== **cp** **file1** **file2** is the command which makes a copy of **file1** in the current working directory and calls it **file2
linux_tutorial_five
33 Hits, Last modified:
=====Linux Tutorial Five===== ====5.1 File system security (access rights)==== In your testdir director... of your directory, similar to the example below. File and directory access rights Each file (and directory) has associated access rights, which may be found... additional information as to which group owns the file (beng95 in the following example): * -rwxrw-r-
linux_tutorial_seven
33 Hits, Last modified:
program gets its set of compile rules from a text file called Makefile which resides in the same directory as the source files. It contains information on how to compile the s... mpiled binaries (executables), manual pages, data files, dependent library files, configuration files, etc. Some packages require you to edit the Makefile by
linux_tutorial_three
32 Hits, Last modified:
of the **cat** command to write the contents of a file to the screen. Now type **cat** without specifing a file to read <code>compsci-user@tim:~$ cat</code> Th... you run the **cat** command without specifying a file to read, it reads the standard input (the keyboard), and on receiving the'end of file' (**^D**), copies it to the standard output (the
linux_tutorial_six
20 Hits, Last modified:
e allocated a certain amount of disk space on the file system for their personal files, usually about 100Mb. If you go over your quota, you are given 7 days to remove excess files. To check your current quota and how much of it... The df command reports on the space left on the file system. For example, to find out how much space i
linux_tutorial_one
19 Hits, Last modified:
===== Linux Tutorial ===== ==== 1.1 Listing files and directories ==== __**ls**__ (list) When you fi... , **compsci-user**, and it is where your personal files and subdirectories are saved. To find out what ... help:general_linux:ls.png?600|}} There may be no files visible in your home directory, in which case, t... eturned. Alternatively, there may already be some files inserted by the System Administrator when your a
linux_tutorial_four
17 Hits, Last modified:
will match against none or more character(s) in a file (or directory) name. For example, in your unixstu... i-user@tim:~$ ls list*</code> This will list all files in the current directory starting with **list...... i-user@tim:~$ ls *list</code> This will list all files in the current directory ending with **....list*... exactly one character. So ls **?ouse** will match files like **house** and **mouse**, but not **grouse**
linux_tutorial_eight
12 Hits, Last modified:
m looks in your home directory for initialisation files. Information in these files is used to set up your working environment. The C and TC shells uses two files called .login and .cshrc (note that both file names begin with a dot). At login the C shell first rea