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
Exam with this question: CyberOps Associate (Version 1.0) - Module 4: Linux Basics Quiz Answers
Exam with this question: IT Essentials v7.0 - A+ 220-1002 Certification Practice Exam Answers
Exam with this question: 2.8.2 Quiz - Linux Overview
Exam with this question: 8.8.2 Linux Basics Quiz
Exam with this question: Endpoint Security: My Knowledge Check Answers
Please login or Register to submit your answer