Podcast
Questions and Answers
Which command is used to print the path of the current working directory?
Which command is used to print the path of the current working directory?
- ls
- cd
- find
- pwd (correct)
What is the primary use of the 'mv' command?
What is the primary use of the 'mv' command?
- To create directories
- To copy files
- To move or rename files (correct)
- To remove files
How can you create a blank new file in Linux?
How can you create a blank new file in Linux?
- cat
- touch (correct)
- cp
- mkdir
Which command is used to view the contents of a directory?
Which command is used to view the contents of a directory?
What does the 'rm' command do?
What does the 'rm' command do?
Which command allows you to see the first lines of a text file?
Which command allows you to see the first lines of a text file?
What is the use of the 'find' command?
What is the use of the 'find' command?