1.

For removing a link, ____ is used.(a) link(b) symlink(c) unlink(d) delinkThe question was asked during an internship interview.This is a very interesting question from File handling System Calls topic in chapter System Programming I – Files of Unix

Answer»

Right choice is (c) unlink

Explanation: The unlink system call removes the directory entry for the FILE (the ARGUMENT) and decrements the LINK count in its INODE by ONE.



Discussion

No Comment Found

Related InterviewSolutions