To remove a directory in UNIX, we use
-
rd
-
rm
-
remove
-
none of these
B
Correct answer
Explanation
The rm (remove) command can delete directories when used with the -r (recursive) or -rf (recursive, force) flags. For removing empty directories specifically, rmdir exists but is less commonly used. The commands 'rd' and 'remove' are not standard UNIX utilities. Rm is the versatile choice for directory removal.