Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_two
- <code>compsci-user@tim: cp /vol/examples/tutorial/science.txt . </code> <note>(Note: Don't forget the dot ... y.)</note> The above command means copy the file science.txt to the current directory, keeping the name th... note> ==Exercise 2a== Create a backup of your **science.txt** file by copying it to a file called **science.bak** ====2.2 Moving files==== ===mv (move)=== **mv
- linux_tutorial_six
- or example, type <code>compsci-user@tim:~$ ls -l science.txt</code> and note the size of the file. Then to compress science.txt, type <code>compsci-user@tim:~$ compress science.txt</code> This will compress the file and place it in a file called science.txt.Z To see the change in size, type ls -l agai
- linux_tutorial_five
- a=== Try changing access permissions on the file science.txt and on the directory backups Use **ls -l** t