MCQs > IT & Programming > Linux > in terms of system calls, when bash process executes cat </tmp/input command it does the following:

Linux MCQs

in terms of system calls, when bash process executes cat </tmp/input command it does the following:

Answer

Correct Answer: issues a system call to create a new copy of itself, in that copy it issues a system call to close the lowest file descriptor, then issues a system call to open /tmp/input and finally issues the exec system call to execute the cat program

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Linux Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Linux Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it