- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Question about permissions.
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-12-2006 09:58 PM
01-12-2006 09:58 PM
here my question: does exist an official list about filesystem permission. I mean, something like that:
/tmp : 777
/stand: 555
a document from hp, or a detailed list..
thanx everybody
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:08 PM
01-12-2006 10:08 PM
SolutionI don't know of an official document, but here is a list of an "as-installed" system:
$ getchmod /stand /var /usr /tmp /opt /home
0755 drwxr-xr-x dir root:root /home
0555 dr-xr-xr-x dir bin:bin /opt
0555 dr-xr-xr-x dir bin:bin /stand
0777 drwxrwxrwx dir bin:bin /tmp
0555 dr-xr-xr-x dir bin:bin /usr
0555 dr-xr-xr-x dir bin:bin /var
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:15 PM
01-12-2006 10:15 PM
Re: Question about permissions.
I dont think there would be a published official list of file system permissions.
but they should be normally 555 for the system related FS and or 755 for user created FS.
Thanks
Ajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:15 PM
01-12-2006 10:15 PM
Re: Question about permissions.
thanx anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:25 PM
01-12-2006 10:25 PM
Re: Question about permissions.
tnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:35 PM
01-12-2006 10:35 PM
Re: Question about permissions.
does exist the same list for system files, like passw or fstab? thanx (again)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 10:44 PM
01-12-2006 10:44 PM
Re: Question about permissions.
$ getchmod /etc/fstab /etc/passwd
0644 -rw-r--r-- file root:sys /etc/fstab
0444 -r--r--r-- file root:sys /etc/passwd
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 12:24 AM
01-13-2006 12:24 AM