Which command is used to view the list of scheduled tasks for the system?
- cronlist
- crontab -l
- schedulelist
- tasks
The command "crontab -l" is used to view the list of scheduled tasks (cron jobs) for the system. It lists the cron entries for the currently logged-in user. Scheduled tasks are used to automate various processes at specific times or intervals in a Linux system.
Loading...
Related Quiz
- Which daemon is responsible for network interface configuration and automatic switching between networks?
- You're troubleshooting a network issue and want to see if any dropped packets are occurring on your server's main network interface. Which command would you likely use?
- The _________ command provides a bird's-eye view of the system's current resource usage, including CPU, RAM, and swap.
- Which command can be used to query DNS records, including MX, NS, and SOA records?
- In a shell script, if you want to refer to the last argument passed, you would use the _________ special variable.