- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file and direcory permission / getting permissione...
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-25-2004 08:00 PM - last edited on 09-16-2024 02:19 AM by support_s
06-25-2004 08:00 PM - last edited on 09-16-2024 02:19 AM by support_s
file and direcory permission / getting permissioned denied error
I am facing a peculiar problem... I am using HP Ux ver 11.11. When I copied some execuable files from path1 to path2 the executable refused to execute in path 2 giving execute permission denied error. Hence recurssively assigned 755 permissions o the whole directory structure. Then also the problem persists. Changed the execuatble perm to 777 yet same problem.... Hence recopied the executable then i worked... Since there are lot of such executable files when I tried the same process with second executable it did not work giving same error... Currently instead of coping I hv creaded a soft link..Its working... Can u help me to solve the problem why he executable doesnt work in this directory structure and gives permission denied error. If I execute it as root i work fine. Normally we are logging here as root and then su "username"... Also when I create a new file using touch command permissions are different as compared to the new file I create with vi...
- Tags:
- virtualization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 10:26 PM
06-25-2004 10:26 PM
Re: file and direcory permission / getting permissioned denied error
If this is an NFS filesystem which is exported w/o "-root=" option the root user will have no permission on this filesystem
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 11:42 PM
06-25-2004 11:42 PM
Re: file and direcory permission / getting permissioned denied error
Use # cp -p
Check the Owner and group of the files copied in path 2.
Hope that helps.
Regards,