- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- directory access problem
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
02-27-2001 10:26 AM
02-27-2001 10:26 AM
I login as my ordinary user account. Now, when I'm at my own home directory ex. /home/user1 then run the command "man pwd" it works. But if I moved to a different dir, let say /www which is owned by me also and the permission is widely open I always got this error.
user1/www $man pwd
"Cannot access current directory."
and this is the permission of this directory.
drwxr-xr-x 4 user1 user 96 Feb 27 10:11 /www
It shows the correct path when I run "pwd" from /www directory. I could also "touch" or create a file under this directory.
Would appreciate if someone could help me on this.
Thanks in advance
Joey
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 11:36 AM
02-27-2001 11:36 AM
Re: directory access problem
What is your MANPATH env var set to?
$ echo $MANPATH
I don't really know what the problem could be. But maybe a weird MANPATH could be the cause.
-sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:04 PM
02-27-2001 12:04 PM
Re: directory access problem
Thanks for the quick response, here's my MANPATH set to:
home/user1$ echo $MANPATH
/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/pd/share/man/%L:/opt/pd/sha
re/man:/opt/hparray/share/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/resmon/share/man:/opt/pred/share/man/%L:/opt/pred/sha
re/man:/opt/graphics/PEX5/share/man:/opt/graphics/starbase/share/man:/opt/socks/man:/opt/softbench/man:/opt/perl5/man:/opt/softbench/sh
are/man:/opt/medusa/share/man:/opt/audio/share/man:/opt/blinklink/share/man:/opt/ansic/share/man/%L:/opt/ansic/share/man:/opt/langtools
/share/man/%L:/opt/langtools/share/man:/opt/CC/share/man:/opt/video/share/man:/opt/videoout/share/man:/opt/perf/man/%L:/opt/perf/man:/o
pt/prm/man/%L:/opt/prm/man:/opt/imake/man:/opt/pwplus/share/man:/opt/omni/lib/man:/opt/fcms/bin:/opt/aCC/share/man/%L:/opt/aCC/share/ma
n
I don't have any MANPATH set on my .profile file.
Thanks
Joey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:45 PM
02-27-2001 12:45 PM
Re: directory access problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:50 PM
02-27-2001 12:50 PM
Re: directory access problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:55 PM
02-27-2001 12:55 PM
SolutionCan you umount /www and then check/change the permissions of the /www directory (remembering of course that there was a directory before you mounted something over it).
I believe you'll find that you don't have permissions on that directory. Once check/changed, mount the directory again and all should be well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 01:25 PM
02-27-2001 01:25 PM
Re: directory access problem
Thanks it works. I unmounted the /www fileystem and found out it's being owned by someone else.
It also help me resolved my problem that I posted earlier here at IT resource about "Softbench mapping problem". Again thanks.. Also this goes for all who reply on my message.
Thanks
Joey