- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- atjobs management
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:49 PM
11-19-2003 08:49 PM
atjobs management
I want to give privileges to an user to manage atjobs, list all jobs, remove and reschedule them. how can i do ? in the man, i saw :
All users can list and remove their own jobs. Users with appropriate privileges can list and remove jobs other than their own.
is it really possible?
Thanks in advance,
Thomas GOURDIN
Sys & SGBD administrator
LATelec - Latecoere group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:54 PM
11-19-2003 08:54 PM
Re: atjobs management
/usr/lib/cron/at.allow
/usr/lib/cron/at.deny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 08:57 PM
11-19-2003 08:57 PM
Re: atjobs management
Any job created by a user, he becomes the owner,he can do anything(he is the owner).
Each user has his own file in the /var/spool/cron/atjobs dir for all his definitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:12 PM
11-19-2003 09:12 PM
Re: atjobs management
my problem :
roo# at -l
oracle xxxxxxxx.x
gidt xxxxxxxxx.x
oracle# at -l
this user can only see his own jobs:
oracle xxxxxxxxxx.x
but this user want to see all the jobs
and remove it if it's necessary ...
i've got a solution :
oracle# ls -ltr /var/spool/cron/atjobs |awk '{print $3" "$9}'
then the result is :
oracle xxxxxxx.x
gidt xxxxxxxx.
for the jobs detail, this user can read the file and do a tail -2, it give the command.
but this user can't remove the gidt job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:25 PM
11-19-2003 09:25 PM
Re: atjobs management
Just assume each user removes the jobs of other user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 09:29 PM
11-19-2003 09:29 PM
Re: atjobs management
I'm afraid that "appropriate privileges" refers to root privilege.
There are possible workarounds with sudo etc. but you'll be giving these users carte blanche.
regards,
Thierry.