Podcast
Questions and Answers
The ______ command is used to print the working directory.
The ______ command is used to print the working directory.
pwd
The ______ command is used to change the directory.
The ______ command is used to change the directory.
cd
The ______ command is used to make a new directory.
The ______ command is used to make a new directory.
mkdir
The ______ command is used to list all files and folders in the current directory.
The ______ command is used to list all files and folders in the current directory.
Signup and view all the answers
The ______ command is used to remove a file.
The ______ command is used to remove a file.
Signup and view all the answers
The ______ command is used to clear the whole shell.
The ______ command is used to clear the whole shell.
Signup and view all the answers
The command _______ is used to make a copy of a file.
The command _______ is used to make a copy of a file.
Signup and view all the answers
The command _______ shows your username.
The command _______ shows your username.
Signup and view all the answers
The command _______ is used to compress a file.
The command _______ is used to compress a file.
Signup and view all the answers
The command _______ is used to display the calendar of the current month.
The command _______ is used to display the calendar of the current month.
Signup and view all the answers
The command _______ is used to search for a string of characters in a specified file.
The command _______ is used to search for a string of characters in a specified file.
Signup and view all the answers
The command _______ is used to show the disk usage in a particular directory.
The command _______ is used to show the disk usage in a particular directory.
Signup and view all the answers
The command "du -s" provides a ________________ of the directory.
The command "du -s" provides a ________________ of the directory.
Signup and view all the answers
The "du -h" command prints the output in a ________________ format.
The "du -h" command prints the output in a ________________ format.
Signup and view all the answers
The "--time" option with the "du" command shows the time of last ________________ to any file in the directory or subdirectory.
The "--time" option with the "du" command shows the time of last ________________ to any file in the directory or subdirectory.
Signup and view all the answers
The "du -a" command lists the sizes of all ________________ and directories in the given file path.
The "du -a" command lists the sizes of all ________________ and directories in the given file path.
Signup and view all the answers
The "info" command is used to display ________________ information about a command.
The "info" command is used to display ________________ information about a command.
Signup and view all the answers