Linux - Study Mode
[#816] What is the function of bind command in bash shell?
Correct Answer
(D) all of the mentioned
[#817] If the argument is supplied to the exit statement,
Correct Answer
(A) its value is used as the exit status code for the awk process
[#818] Which signal is generated when we press control-C?
Correct Answer
(A) SIGINT
[#819] How do you get parent process identification number?
Correct Answer
(C) getppid()
[#820] printf() uses which system call
Correct Answer
(C) write