The correct answer is: B. rm
The rm
command is used to remove files from the filesystem. It can be used to remove individual files or entire directories.
The remove
command is not a valid command in Linux.
The mv
command is used to move files from one location to another.
The del
command is a Windows command that is used to delete files.
Here is an example of how to use the rm
command to remove a file:
rm file.txt
This command will remove the file file.txt
from the current directory.
Here is an example of how to use the rm
command to remove an entire directory:
rm -r directory
This command will
target="_blank" class="youtube-subscribe-button"> Subscribe on YouTube