Google News
logo
Unix - Quiz(MCQ)
For creating and removing directories, which of the following system calls are used?
A)
chdir and chown
B)
mkdir and chdir
C)
mkdir and rmdir
D)
rmdir and chown

Correct Answer :   mkdir and chdir


Explanation : A non privileged user uses mkdir and rmdir calls for creating and removing directories respectively.

Advertisement