Linux - Study Mode

[#566] The next statement
Correct Answer

(C) immediately stops processing the current record & go to the next record

[#567] The user bhojas logged in and performed the following sequence of command. What will be the output of the last command? $ cd project/module1
$ pwd
Correct Answer

(A) /home/bhojas/project/module1

[#568] In GDB, breakpoints can be set by the command
Correct Answer

(C) both break and b

[#569] Sticky bit can be set using following permission
Correct Answer

(D) 1711

[#570] Which one of the following is used for the target filename in the makefile?
Correct Answer

(A) $@