Linux - Study Mode
[#801] How do you rename file "new" to file "old"?
Correct Answer
(A) mv new old
[#802] With a umask value of 112, what is the default permission assigned to newly created regular file?
Correct Answer
(B) -rw-rw-r–
[#803] The command "cpp example.c > example.i" will
Correct Answer
(A) create the expanded source code file example.i for the source code file example.c
[#804] Which gcc option is used to specify the library?
Correct Answer
(B) -l
[#805] All device files are stored in which directory?
Correct Answer
(C) /dev