|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Viewing the cron file
Hi All,
I am trying to look into the crontab file present in /var/spool/cron/crontab. A file with the name of the superuser name is present there with the -r-------- permission. Even I am logged in using the same superuser id. But while am trying to cat that, its prompting permission denied. Could someone tell me how to view, how to list the commands that run through CRON ? Thanks & Regards, Rin.. |
| Sponsored Links | ||
|
|
|
|||
|
Hi
you can try this command for a specific user $ crontab -l It will show the list of processes which are to be executed through cron for a particular user. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| viewing and searching large file | Wrightman | UNIX for Dummies Questions & Answers | 1 | 04-29-2006 06:24 PM |
| Viewing files | dsimpg1 | UNIX for Dummies Questions & Answers | 2 | 07-07-2005 01:21 PM |
| viewing are .tar.gz file | lawadm1 | UNIX for Dummies Questions & Answers | 2 | 08-23-2004 12:57 PM |
| pdf viewing | antalexi | UNIX for Dummies Questions & Answers | 3 | 05-10-2004 12:43 PM |
| viewing at job commands | qanda | Shell Programming and Scripting | 1 | 08-23-2002 12:06 PM |