Crontab OPTIONS


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Crontab OPTIONS
# 1  
Old 07-22-2003
Question Crontab OPTIONS

Hi All,

I know that with crontab we have the following OPTIONS:
crontab -e
crontab -l
crontab -r

Just want to know is there any option which tells you or shows you the modification history i.e. when the crontab was last modified and who modified it etc.....

Thanks
RoohSmilie
# 2  
Old 07-23-2003
Crontab files are located in /var/spool/cron/crontabs & are named same as the effective user name.
Doing "ls -l" will show you the last modified time.
Other than the user, only a privileged user (root) can edit, list, or remove the crontab file of the specified user.

See man page for crontab.
minazk
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

bad options(s)

Hi Folks, I am seeing an issue in solaris, while running a script.. Script contents #!/usr/bin/bash echo $HOME echo "********** RUNNING props on test ********" . /opt/home/weblogic/.profile > /dev/null echo "****** CURRENT BRANCH: $BRANCH *********"; .... (3 Replies)
Discussion started by: ganga.dharan
3 Replies

2. Ubuntu

Kernel boot options removed by fault, no boot options

Hello Everyone, First of all, I highly appreciate all Linux forum members and whole Linux community. http://forums.linuxmint.com/images/smilies/icon_wink.gif. I wish you the best for all of you ! I will try to be short and concise: I am using Linux Mint 10 for 2 months on 2 ws, and all went... (3 Replies)
Discussion started by: cdt
3 Replies

3. Shell Programming and Scripting

What is the use of xargs options -i / -I

Hi Guys , I would like to know what is use of xargs -i .What is the difference between xargs -i and xargs -I . Could any one explain with simple examples and what would be output if I dont use -i / -I Thanks in advance, Frinto (2 Replies)
Discussion started by: frintocf
2 Replies

4. UNIX for Dummies Questions & Answers

remsh options

Hi All, I want to know all the options that are used for command remsh. And also the prerequisites like entries in .rhosts file. Can anybody share the link or document? thanks. (1 Reply)
Discussion started by: AB10
1 Replies

5. UNIX for Advanced & Expert Users

ping -s....options??

Morning, I have to set up some monotoring between 2 servers, basically we need to proove to the LAN team that we a loosing packets. Is there any way with ping -s that you can specify how many packets you send? I thought there was but maybe not, we want to set up a while loop that echos the... (3 Replies)
Discussion started by: wittosi
3 Replies

6. AIX

no options

Hi All, I have a situation here that's very fun... I have a system with AIX and iPlanet (sunOne) installed, when occurs an unknown event on the network the WebServer shows a thousand of CLOSE_WAIT connections and this number grows and grows until the webserver crashs. I read some documents... (2 Replies)
Discussion started by: nascimento.rp
2 Replies

7. UNIX for Dummies Questions & Answers

options

I am just beginning to learn unix and I was wondering if there was a list of all the options somewhere on the net or hidden in the man pages? Also do options always have - and then a letter, or can it be - and a number as well? Thanks! (1 Reply)
Discussion started by: terms5
1 Replies

8. UNIX for Dummies Questions & Answers

cp options

Hello again, Is there an option for the cp command to overwrite existing files in the destination directory? Cheers Rob (3 Replies)
Discussion started by: milage
3 Replies
Login or Register to Ask a Question