My intro to linux hw is not very interesting:
Question 1 (no answer is expected): Type ALL of the commands found on pages 407-425 of section 8.1 of the textbook.
p. 407:
At the shell prompt, enter:
echo HELLO
ls
sh-2.05b$ echo HELLO
HELLO
sh-2.05b$ echo HELLO :D
HELLO :D
sh-2.05b$ echo friend! XD
friend! XD
sh-2.05b$ echo let's go
(
Read more... )