- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Directory protection to the files
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
09-26-2005 10:31 AM
09-26-2005 10:31 AM
I have OpenVMS 7.2-2
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 11:55 AM
09-26-2005 11:55 AM
Re: Directory protection to the files
For more control $ HELP SET SECURITY
q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 02:28 PM
09-26-2005 02:28 PM
Re: Directory protection to the files
$set security 'device_name'[000000]'dirspec' -
/acl=(default_protection,system:rwed,owner:rwed,group:rwed,world:)
Adjust as necessary.
As suggested HELP SET SECURITY is useful.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:43 PM
09-26-2005 05:43 PM
Solutionfirst remove any old acl set, if you want to
$set security 'device_name'['dirspec'...]/acl/delete=all
set the same acl as on directory
$set security 'device_name'['dirspec'...]*.*.* -
/acl=(system:rwed,owner:rwed,group:rwed,world:)
take a look in
$help set security
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:47 PM
09-26-2005 05:47 PM
Re: Directory protection to the files
$set security 'device_name'['dirspec'...]*.*.*/acl/delete=all
if you use ['dirspec'...], then you have to set default option on all subdirs as well.
I'm still asleep so my thinking is accelerating very slowly ;o))
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 08:47 PM
09-26-2005 08:47 PM
Re: Directory protection to the files
$ SET SECURITY/DEFAULT device:[dir...]
To apply the settings to existing files.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 02:56 AM
09-27-2005 02:56 AM
Re: Directory protection to the files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 10:15 PM
09-27-2005 10:15 PM
Re: Directory protection to the files
e.g.
backup [top]next.dir;1 -
[top2]next.dir;1 [/by=orig]
backup [top.next...] -
[top2.next...] [/by=orig]
This may require SYSPRV or BYPASS if the top-level directory has restricted permissions.