https://quizack.com/system-programming/mcq/changing-the-mode-of-a-file-to-be-rwxr-xr-x-via-the-chmod-system-call-can-be-achieved-by-setting-the-mode-to-which-of-the-following-values
Answer:
S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH
Note: This Question is unanswered, help us to find answer for this one
More System Programming MCQ Questions