1.

____ system call is used for renaming a file, directory or symbolic link.(a) renam(b) rename(c) ren(d) changeThis question was addressed to me by my college professor while I was bunking the class.The doubt is from File Handling System Calls topic in division System Programming I – Files of Unix

Answer»

Correct CHOICE is (b) rename

The best I can explain: The rename call is USED for renaming any TYPE of FILE. It can rename a file, a directory or a SYMBOLIC link.



Discussion

No Comment Found

Related InterviewSolutions