Linux - Study Mode
[#666] Libraries can be linked with . . . . . . . . to create executables.
Correct Answer
(C) both other libraries and object files
[#667] What is a shell in UNIX?
Correct Answer
(A) a program through which users can issue commands to UNIX
[#668] Which command will delete all the blank lines in file old.txt?
Correct Answer
(C) sed '/^$/d' old.txt
[#669] How do you remove duplicate lines from the file foo using uniq?
Correct Answer
(A) sort foo | uniq –u
[#670] What is /proc/[PID]/cwd?
Correct Answer
(A) symbolic link to current directory of the process