I used to setup Google apps standard edition to customers. I deleted a user 20 days before and still I am not able to create the same user. I Tried to create a group with the same ID, but it says the email ID already exists. Also tried to add Nick name and I got [...]
Archive for the ‘Default’ Category
Show all cron jobs in linux
November 27th, 2009
Aneesh If you need to show all cron tasks in a linux machine go to /var/spool/cron and run the following command
cat * > crones.txt
Now , you can find all cron details in the above file (crones.txt)



Posted in
Tags:

