https://quizack.com/system-programming/mcq/which-of-the-following-best-describes-the-purpose-of-the-unlink-call
Answer: Removes the file from its directory
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More System Programming MCQ Questions
The ioctl() function is used to interact with which of the following?
Using two resident processes on a PC and a Unix box, you are streaming unbuffered the contents of a text-file byte by byte from the PC to the Unix box where it is written byte by byte to the local hard disk. Eyeing the written file it is obvious that it is not quite right. You have likely run into which problem?
Given: int s, l; struct sockaddr_un sock_struct; Choose the option that corrects the following line: bind(s, sock_struct, l);
Which of the following could the fork() command return to the child process?
In UNIX, a program requires higher privileges in order to do which of the following?
What is the network byte order in Unix?
Which gcc option can be used to generate a position independent code on a Linux system?
Which call is used to initiate a socket connection to a target address?
Which shell parameter contains the return value of the previously executed shell command?
On Linux, the pthread_create interface does not use the fork system call to create threads.