- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pwd : Permission Denied
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-24-2001 12:41 AM
тАО05-24-2001 12:41 AM
#cd (goto Home-Dir)
#pwd (O.K, no problem)
#/usr/bin/pwd (pwd : Permission Denied)
#whereis pwd (result: /usr/bin/pwd)
#which pwd (result: /usr/bin/pwd)
#ll -d /usr (result: drwxr-xr-x)
#ll -d /usr/bin (result: drwxr-xr-x)
#ll /usr/bin/pwd (result: r-xr-xr-x)
#alias | grep pwd (nothing)
How can I resolve the permission problem for commd "/usr/bin/pwd" ? I have no problem with other workstations.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2001 01:26 AM
тАО05-24-2001 01:26 AM
Re: pwd : Permission Denied
As the ksh has a build in pwd this will always work as it should.
How about the rights of the directory you are in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2001 02:34 AM
тАО05-24-2001 02:34 AM
Re: pwd : Permission Denied
I've checked this on one of my 10.20 systems, and both the /usr/, /usr/bin/ directories and pwd files are owned by bin:bin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2001 03:36 AM
тАО05-24-2001 03:36 AM
Re: pwd : Permission Denied
the shell has its own enterpreter for "pwd", there wont be any problem excuting it on currently shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2001 04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2001 10:10 PM
тАО05-24-2001 10:10 PM
Re: pwd : Permission Denied
Sorry for the late response -- half day leave. Vicenzo has solved the problem --- I just simply chmod 777 /usr/bin/pwd, then chmod 555 /usr/bin/pwd, and the Problem is now SOLVED.
Thanks everybody !