InterviewSolution
Saved Bookmarks
| 1. |
Both the owner and group owner can be changed by ____ call.(a) chown(b) chgrp(c) chuser(d) chI had been asked this question in class test.This question is from File Handling System Calls in portion System Programming I – Files of Unix |
|
Answer» RIGHT answer is (a) CHOWN Easy explanation: The chown SYSTEM call is used to CHANGE both the owner and group owner. It has three STATES; chown, fchown, lchown. |
|