View CrobJobs used by all users


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users View CrobJobs used by all users
# 1  
Old 05-18-2012
View CrobJobs used by all users

Hi I am using UNIX .
I do not have root acces .
How do i check different users cronjobs .Is there any command to check using mutiple users in one shot
With user : AAA i can get all cronjob using crontab -l AAA
similarly with user BBB i can get all cron entries . For that i need to login as that user.
We have more than 100 users in the unix server. Can anyone help to check all users cronjobs without using root .

Please help
# 2  
Old 05-18-2012
have a look at /var/spool/cron/ folder. U need to be root
# 3  
Old 05-18-2012
Withour using root . do we have any option ?
# 4  
Old 05-21-2012
does your account has priviliges of using sudo ? If not, and you are still looking for options, I am very eager to see others reply
# 5  
Old 05-21-2012
Hi ...i dont have sudo access either.
Any way to find different users crons

regards
# 6  
Old 05-21-2012
To your original question: No. Without root, sudo (to root or a specific user), login as the specific user, or login as another privileged user who has access to read that information, it's as it should be: No.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

View my posts

How can I view a list of my posts.? (5 Replies)
Discussion started by: drew77
5 Replies

2. What is on Your Mind?

Moving from Desktop View to Mobile View

See attached video for a demo on how to move back and forth from the desktop view to the mobile view. Currently this only works for the home page, but I will work on some new PHP code in the future to make this work with the page we are currently on. Edit: The issue with making every page ... (2 Replies)
Discussion started by: Neo
2 Replies

3. Shell Programming and Scripting

Create multiple users with individual passwords to users

hi, i am new to shell scripts i write a shell script to create multiple users but i need to give passwords to that users while creating users, command to write this script (1 Reply)
Discussion started by: DONFOX
1 Replies

4. Red Hat

Showing all users in 'users' and 'top' commands

Hi All, I work in a multi user environment where my school uses Red Hat Linux server. When I issue commands such as "top" or "users", I get to see what others are doing and what kinds of applications they are running (even ps -aux will give such information). "users" will let me know who else is... (1 Reply)
Discussion started by: shoaibjameel123
1 Replies

5. Shell Programming and Scripting

Shell script for to view all users & groups history in root

Dear All, I want to know all users & group history in one file, for root terminal through shell or any other option (5 Replies)
Discussion started by: kpoobathi
5 Replies

6. Solaris

Need to view all DB

Hi Gurus, How to view only a database files on solaris. Please do a reply at the earliest. Thanks | P.Bharathiraja (2 Replies)
Discussion started by: bharathiraja
2 Replies

7. Solaris

To restrict the users not to change the passwords for NIS users

Hi All, How to restrict the NIS users not to change their passwords in for NIS users?? and my NIS user is unable to login to at client location what could be the problem for this ? Any body can help me. Thanks in advance. (1 Reply)
Discussion started by: Sharath Kumar
1 Replies

8. UNIX for Dummies Questions & Answers

How to view my IP

I run Ubuntu server 7.04, to learn some *nix. I set up LAMP, DNS and FTP but I don't know how to view my ip. now I tried ifconfig but that didnt tell me what I wanted to know. so by what way can I do this without a gui and a website like ipchicken? (14 Replies)
Discussion started by: blowFish@ubuntu
14 Replies

9. UNIX for Dummies Questions & Answers

How to view users in unix

Hi, Im newbie here and in unix as well. How can i view users in unix? Im viewed them in shadow file (i typed: vi /etc/shadow) but some unix (im confused if its unix or linux or bsd, but i think it has a little thing in common or differnce) has no shadow file?! What must i do to view the users... (6 Replies)
Discussion started by: jerome
6 Replies
Login or Register to Ask a Question