Unix - Study Mode
[#746] Which of the following system call is used for creating a new process?
Correct Answer
(B) fork
[#747] What is the default symbol for command prompt in C shell?
Correct Answer
(B) %
[#748] Every file is associated with a table which contains all possible information about a file, that table is called as . . . . . . . .
Correct Answer
(C) inode
[#749] Which option is used with cat command for displaying non-printable characters?
Correct Answer
(A) -v
[#750] Which option is used with touch command to change the time of last file modification?
Correct Answer
(B) -m