Re: cron

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



eng.waleed wrote:
> How to see the cron   of all users
cat /var/spool/cron/*
or (more advanced)
cd /var/spool/cron || exit
for i in *
do echo $i\'s crontab
   cat $i
done

Or other variants to your taste.

Then there are the system crontabs, under /etc/cron*

Hope this helps,

James.
-- 
E-mail:     james@ | In poker you have to show your hand eventually if called.
aprilcottage.co.uk | So far SCO have with great reluctance shown only one
                   | card, which turned out to be "Mr Bun, The Baker".
                   |     -- Electric Dragon on groklaw.net


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux