ubuntu:cron:list_crontab
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:cron:list_crontab [2019/12/12 23:02] – created peter | ubuntu:cron:list_crontab [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
<code bash> | <code bash> | ||
crontab -l | crontab -l | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== List Crontab for a specific User ===== | ||
+ | |||
+ | <code bash> | ||
+ | crontab -u User -l | ||
+ | </ | ||
+ | |||
+ | This command is synonymous to the following command. | ||
+ | |||
+ | <code bash> | ||
+ | crontab -l User | ||
</ | </ | ||
ubuntu/cron/list_crontab.1576191740.txt.gz · Last modified: 2020/07/15 09:30 (external edit)