In the context of a Linux operating system, which command can be used to display the syntax and parameters for a specific command?
- crontab
- man
- grep
- cat
Explanation: The functions of listed CLI commands of a Linux system are as follows:
- cat – lists the contents of a file
- man – displays the documentation for a specific command
- crontab – manages the cron service for scheduling system tasks
- grep – searches for specific strings of characters within a file or other commands outputs
Related exam: CyberOps Associate (Version 1.0) - Module 4: Linux Basics Quiz Answers
Related exam: IT Essentials v7.0 - A+ 220-1002 Certification Practice Exam Answers
Related exam: 2.8.2 Quiz - Linux Overview
Related exam: 8.8.2 Linux Basics Quiz
Related exam: Endpoint Security: My Knowledge Check Answers
