delete
rm
clear
none of the mentioned
Answer is Wrong!
Answer is Right!
The correct answer is: A. delete
A CLI command is a command that is used to interact with a computer operating system or another program from a text-based user interface. Some common CLI commands include:
cd
: Change directory.ls
: List files.pwd
: Print working directory.mkdir
: Create directory.rmdir
: Remove directory.cp
: Copy file.mv
: Move file.rm
: Remove file.cat
: Display file contents.echo
: Display text.date
: Display current date and time.uname
: Display system name.whoami
: Display current user name.passwd
: Change password.reboot
: Reboot system.shutdown
: Shutdown system.
The command delete
is not a CLI command. It is a Windows command that is used to delete files.