- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cron rwx
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
06-06-2006 06:59 AM
06-06-2006 06:59 AM
cron rwx
-r--r--r-- 1 root adm 811 Sep 15 1999 adm
-r--r--r-- 1 root hbo 459 Sep 15 1999 hbo
-r-------- 1 root sys 2806 May 21 07:56 root
-r-------- 1 root hbo 1300 May 19 09:33 sqldba
when i transferred it to the other it became
-rw-rw-rw- 1 root sys 28 Jun 1 10:20 adm
-rw-r----- 1 root sys 811 Jun 6 14:41 hbo
-rw-rw-rw- 1 root sys 14 Jun 1 10:19 sqldba
-rw--r---- 1 root sys 156 May 31 09:50 root
Now, are their any implications as to they not working right because of the change in rwx status change.
I will be putting entries in the cron.allow for the users who were in the first system. Any thing i should be worried about...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:10 AM
06-06-2006 07:10 AM
Re: cron rwx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:14 AM
06-06-2006 07:14 AM
Re: cron rwx
Actually I would go with the same settings from the original system - assuming everything ran fine there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:29 AM
06-06-2006 07:29 AM
Re: cron rwx
I'm in agreement with Clay as to the reason for your inoperative crontabs. Another way to restart 'cron' and thereby provide it the knowledge it needs is to do:
# /sbin/init.d/cron stop
# /sbin/init.d/cron start
This also has the effect of renaming '/var/adm/cron/log' to '/var/adm/cron/OLDlog'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:14 AM
06-06-2006 08:14 AM
Re: cron rwx
The answer is there should not be any problem for cron and it will work properly with these changed permissions as well.
But the above replies are very good advise - 1. change the permissions as they are shown in your original permissions - there is no need to give wriet permissions to other also not required to give permissions to group.
2. You need to restart cron as already mentioned above so that cron reads all these updated files.
Regards,
Ninad