- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permission issue ?
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
12-23-2004 04:06 AM
12-23-2004 04:06 AM
have been sat at my desk now for 10 hours following an issue with emc storage, i have all but recovered (following data corruption) 3 application filesystems. I just can't see what the issue is.
/appl/patrol
both dirs are 777 (have ammended to this on purpose)
/appl is root:root
/appl/patrol is patrol:csmadm
when i try to do
find /appl/patrol -name "*"
I get
find: cannot open /appl/patrol permission denied
cd /appl/patrol
touch ste
above is ok
cd /appl/patrol
find . | xargs ls -ld
find: cannot open .: permission denied
What do you reckon ?
Thanks in advance
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:13 AM
12-23-2004 04:13 AM
Re: permission issue ?
You should unmount the filesystem and then check the permissions of the directory you are mounting it on. Your problems could be there.
# umount /appl/patrol
# ls -l /appl/patrol
or if /appl is the mount point:
# umount /appl
# ls -l /appl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:16 AM
12-23-2004 04:16 AM
Re: permission issue ?
Thanks for the quick response
/appl
is the filesystem
Going to check and get back
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:25 AM
12-23-2004 04:25 AM
Re: permission issue ?
/appl directory 700
nice
thanks for your help guys
steve