Unix - Study Mode

[#886] Apart from its use in redirection, /dev/tty can also be used as an argument to some commands.
Correct Answer

(A) True

[#887] script command is used for. . . . . . . .
Correct Answer

(B) recording our session

[#888] For removing a link, . . . . . . . . is used.
Correct Answer

(C) unlink

[#889] Which option is used with the tail command for extracting bytes instead of lines?
Correct Answer

(C) -c

[#890] Directories can also be opened, read and written in the same way as regular files.
Correct Answer

(A) True