Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to check crontab list

To list all scheduled cron jobs for the current user : crontab –l
To display contents of the root user’s crontab : less /etc/crontab
To list cron jobs that belong to a specific user : sudo crontab –u username –l
To list hourly cron jobs : ls –la /etc/cron.hourly
To list daily cron jobs : ls –la /etc/cron.daily
To display weekly cron jobs : ls –la /etc/cron.weekly
To display monthly cron jobs : ls –la /etc/cron.monthly
Comment

PREVIOUS NEXT
Code Example
Shell :: stop google process linux 
Shell :: how to commit to github from terminal mac 
Shell :: awk how to remove lines in one file that are found in another file 
Shell :: anaconda install pyinstaller 
Shell :: how to install gitkraken on fedora 
Shell :: remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information. 
Shell :: how to use sed output to overwrite existin file 
Shell :: django load data 
Shell :: tar.gz terminal 
Shell :: arch install fonts 
Shell :: create gitignore 
Shell :: docker alpine create user and group 
Shell :: proc folder 
Shell :: look word in files command 
Shell :: check git connfig 
Shell :: adonis run migration 
Shell :: git push username password 
Shell :: add ssh to already cloned repo 
Shell :: see dhcp leases linux 
Shell :: login to ssh with password 
Shell :: scp download file 
Shell :: Expose local postgres database over https 
Shell :: install torch anaconda 
Shell :: powershell create symlink 
Shell :: choco install npm 
Shell :: bash size of array 
Shell :: uninstall mono ubuntu 
Shell :: snap remove 
Shell :: ubuntu disk free space 
Shell :: how to remove node modules from github 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =