Multiple choice

Which of the following system calls is used to remove the file from file system?

  1. rmdir

  2. unlink

  3. rm

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It is a system call used to remove the file from file system.