Linux - Study Mode

[#501] When you use the ln command, which of the following occurs?
Correct Answer

(A) a file is created that points to an existing file

[#502] /proc/tty contains the information about
Correct Answer

(A) current terminal

[#503] The encrypted password of a user is stored in
Correct Answer

(A) /etc/shadow

[#504] Which command prints the accumulated user and system times for processes run from the shell?
Correct Answer

(B) times

[#505] Which of these is the correct method for appending "foo" in /tmp/bar file?
Correct Answer

(B) echo foo >> /tmp/bar