.tgz, or .tar.gz if you write it in Linux.
.zip-files are OK, but
not.rar.
lesson1_NML.tgz<nml@eaaa.dk>.
Assignments linuxDo the exercises from the textbook chapter 2. Mail the answers to me re the above guide.
Please do, in class, the following exercises preferably on your own Linux. Copy the commands and the results into a text document, comment your findings, and send the text document to the teacher, re the procedure outlined above.
$ echo hello world↵
$ passwd↵
$ date↵
$ arch↵
$ uname -a↵
$ dmesg | more↵You may need to press
q to quit$ uptime↵
$ who am i↵
$ who↵
$ id↵
$ last↵
$ finger↵
$ w↵
$ top↵You may need to press
q to quit$ echo $SHELL↵
$ echo {con,pre}{sent,fer}{s,ed}↵
$ man "automatic door"↵
$ man ls↵You may need to press
q to quit$ man who↵You may need to press
q to quit$ who can tell me why I got divorced↵
$ lost↵
$ clear↵
$ cal 2011↵
$ cal 10 2011↵
$ cal 9 1752↵Anything unusual?
$ bc -l↵
$ echo 5+4 | bc -l↵
quit↵ or ctrl-d to quit$ yes please↵You may need to press
ctrl-c to quit$ time sleep 5↵
$ sleep 5↵
$ history↵
Source: [Wjk01]