- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: File permissions
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
04-23-2002 12:58 AM
04-23-2002 12:58 AM
File permissions
ls -l command on my server is showing like
drwxrwxrwx+ 46 root sys 1024 Apr 22 22:34 opt
dr-xr-xr-x+ 12 bin bin 3072 Apr 22 16:49 sbin
drwxr-xr-x+ 28 root sys 2048 Apr 19 17:52 var
Can some one tell me how to get rid of the '+' sign after the access permissions?
Since yesterday, every thing is fine. Yesterday, I have installed about 15 patches viz.
PHKL_20165
PHKL_21210
PHKL_21678
PHKL_22494
PHKL_22589
PHKL_22759
PHKL_22777
PHKL_22856
PHKL_22975
PHKL_22976
PHKL_22986
PHKL_23002
PHKL_23127
PHKL_23180
PHKL_23813
Is this because of any one of these patches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:07 AM
04-23-2002 01:07 AM
Re: File permissions
Check here :-
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x993b7b8d1de3d5118ff40090279cd0f9,00.html
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:17 AM
04-23-2002 01:17 AM
Re: File permissions
Its quite harmless, you can ignore it.
See the section "Access Control Lists" in the man page of 'ls' for details.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 05:36 AM
04-23-2002 05:36 AM
Re: File permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 01:32 PM
04-24-2002 01:32 PM
Re: File permissions
I had faced this problem last year and it becomes real painful. You cannot use any of the ACL commands. It is definetly due to one of the kernel patches. The kernel patch activates JFS acl calls. If I remember right the patch which I removed was PHKL_22677. However please create a recovery tape before removing this patch if you have it.
Thanks
Regards
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 11:00 PM
04-24-2002 11:00 PM
Re: File permissions
Only HFS file system can be managed through ACL. For vxfs file system, we need to install a product, such as jfs.3.3.
The example (for HFS):
# lsacl /home/user1/file1
this command used to see the file1's ACL
# chacl 'user2.%=rw' file1
we use this command to change file1's ACL, so use2 from any group can read/write to this file.
Please see another documentation for further information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:15 AM
04-26-2002 01:15 AM
Re: File permissions
I have followed the link you have suggested and have installed all the patches suggested over there. Unfortunately, the porblem still exists. Strangely, this time, the ls -l command is showing + sign sometimes and sometimes not..!!!
Durga