6 Dec
2017
6 Dec
'17
12:42
On 06-12-17 13:29, David T-G wrote:
Hi, all --
...and then Knurpht - Gertjan Lettink said... % % Op woensdag 6 december 2017 10:37:40 CET schreef Bob Williams: % > Where does my user crontab get stored? I have to reconstruct it each time I ... % % As the user concerned do % su -c 'crontab -u USER -l > /home/USER/some_folder/some_file_name' ... % % You could write a small script to dump each user's crontab in some hidden % folder his/her homedir
My first crontab entry is always
04 04 * * * crontab -l >$HOME/.crontab-l
:-)
You should NOT do that is the output of 'crontab -l' is: 'no crontab for USER' ;) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org