⟩ Which command will delete all the blank lines in file old.txt? a) sed '/d' old.txt b) sed '/^/d' old.txt c) sed '/^$/d' old.txt d) sed '/^*/d' old.txt
c) sed '/^$/d' old.txt
c) sed '/^$/d' old.txt
What does "route" command do?
Which tool would you use to update Debian / Slackware / RedHat / Mandrake / SuSE?
Which distro you prefer? Why?
Why have you choosen such a combination of products?
Which Linux distros do you have experience with?
What are the Advantages and disadvantages of script vs compiled program?
Which file contains the filesystems to be automatically mounted during boot? a) /etc/mount b) /etc/fstab c) /etc/inittab d) /etc/boot
Nohup is used to a) automatically hang up the process after logout b) continue the process after logout c) create backgroung process d) manually hang up the process after logout
Which command can be executed by a user who is already logged into the system, in order to change to the root user? (type the command without any parameters) a) su b) root c) chroot d) user
Which command is used to bring the background process to forground? a) bg b) fg c) background d) forground