Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)

Assuming you have not changed anything from the default cron setup, this is your /etc/crontab running. On my Ubuntu 10.04.3 LTS server, its contents include:

# m h dom mon dow user  command
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly

So, cron wakes up every hour and runs any scrips located in /etc/cron.hourly. You probably don't have any which is why it doesn't do anything. It simply runs a root session which executes run-parts and then closes the session again.
Comment

PREVIOUS NEXT
Code Example
Shell :: bc command in linux 
Shell :: packet8 
Shell :: npm nix 
Shell :: zip file in terminal 
Shell :: to check for hidden repository 
Shell :: bash find path of current script 
Shell :: linux architecture kernel 
Shell :: pinch on linux 
Shell :: apt get install pillow for odoo 
Shell :: Jager setup on Docker 
Shell :: How to use very_good_cli in flutter 
Shell :: bash store directory list array 
Shell :: az aks get kubeconfig 
Shell :: create ovpn file linux 
Shell :: come installare brew su mac 
Shell :: ros galactic build 
Shell :: run the last command in unix 
Shell :: git commit remove and restore 
Shell :: check elasticsearch connection status on aws 
Shell :: exec format error heroku dockerfile M1 chip 
Shell :: curl download with rate limit 
Shell :: install openvino for ubuntu 20 
Shell :: adb shell command to rotate screen 
Shell :: see prerouting rules linux 
Shell :: unit has a bad unit file setting 
Shell :: show the number of stars in readme github 
Shell :: rust install cargo 
Shell :: kill process based on username windows 
Shell :: killall kdevtmpfsi 
Shell :: github actions to publish mobile app 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =