Search

You can find the results of your search below.

linux_tutorial_five
17 Hits, Last modified:
wing example): * -rwxrw-r-- 1 ee51ab beng95 2450 Sept29 11:52 file1 In the left-hand column is a 10 symbol string consisting of the symbols d, r, w, ... ontinuing. Type <code>compsci-user@tim:~$ sleep 10</code> This will wait 10 seconds before returning the command prompt %. Until the command prompt is
linux_tutorial_eight
3 Hits, Last modified:
to set the shell variable history. It is set to 100 by default, but you can increase this if you wish. <code>compsci-user@tim:~$ set history = 200</code> Check this has worked by typing <code>compsci-user@tim:~$ echo $history</code> However, t
linux_tutorial_one
2 Hits, Last modified:
working directory. {{:help:general_linux:ls.png?600|}} There may be no files visible in your home directory, in which case, the UNIX prompt will be re... :~$ ls -a </code> {{:help:general_linux:lsa.png?600|}} As you can see, **ls -a** lists files that are normally hidden. **ls** is an example of a comma
linux_tutorial_three
2 Hits, Last modified:
he input of command2 | | **cat file1 file2 > file0** | concatenate file1 and file2 to file0 | | **sort** | sort d
linux_tutorial_seven
1 Hits, Last modified:
4/bin % ls -l As you can see, the file is over 100 kbytes in size. You can get more information on the type of file by using the file command. % fil... e units units: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared li... e units units: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared li
linux_tutorial_six
1 Hits, Last modified:
e system for their personal files, usually about 100Mb. If you go over your quota, you are given 7 da... nd starting with grep) You can increase the size of the history buffer by typing % set history=100