Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_one
- {{:help:general_linux:lsa.png?600|}} As you can see, **ls -a** lists files that are normally hidden. ... ch option modifies the behaviour of the command. (See later in this tutorial) ==== 1.2 Making Directo... code>compsci-user@tim:~$ mkdir testdir</code> To see the directory you have just created, type <code>... sci-user@tim:~$ cd testdir</code> Type **ls** to see the contents (which should be empty) __**Exercis
- linux_tutorial_two
- ckups/.</code> Type **ls** and **ls backups** to see if it has worked. ====2.3 Removing files and dir... psci-user@tim: cat science.txt</code> As you can see, the file is longer than than the size of the win... </code> Press the [**space-bar**] if you want to see another page, type [**q**] if you want to quit reading. As you can see, **less** is used in preference to **cat** for lo
- linux_tutorial_seven
- oad compsci-user@tim:~$ ls -l </code> As you can see, the filename ends in tar.gz. The tar command tur... the executables will be created. You can check to see everything compiled successfully by typing % mak... ist the contents of the units directory, you will see a number of subdirectories. bin The binary execu... ctory. % cd ~/units174/bin % ls -l As you can see, the file is over 100 kbytes in size. You can get
- linux_tutorial_five
- m:~$ ls -l (l for long listing!)</code> You will see that you now get lots of details about the conten... entified by a unique PID (process identifier). To see information about your processes, with their asso... er this has worked, examine the job list again to see if the process has been removed. ===ps (process ... kill 20077</code> and then type **ps** again to see if it has been removed from the list. If a proce
- linux_tutorial_three
- default, to the terminal screen. We have already seen one use of the **cat** command to write the cont... contents of the file slist ====3.4 Pipes==== To see who is on the system with you, type <code>compsc
- linux_tutorial_six
- e and place it in a file called science.txt.Z To see the change in size, type ls -l again. To uncomre