Last Updated on March 24, 2021 by Admin
Match the Linux CLI commands to their function. (Not all options are used.)
- rm —> removes files
- man —> displays the documentation for a specific command
- ls —> displays the files inside a directory
- cd —> changes the current directory
- mkdir —> creates a directory under the current directory
Answers Explanation & Hints: man – displays the documentation for a specific command
ls – displays the files inside a directory.
cd – changes the current directory
mkdir – creates a directory under the current directory
cp – copies files from source to destination
mv – moves files to a different directory
rm – removes files