Bug 243120 - /bin/pwd broken.
Summary: /bin/pwd broken.
Keywords:
Status: CLOSED DUPLICATE of bug 227168
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: 6
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-07 12:54 UTC by jsuthan
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-06-07 13:02:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description jsuthan 2007-06-07 12:54:37 UTC
Description of problem:
/bin/pwd doesn't work when called using full path. 

Version-Release number of selected component (if applicable):
pwd (GNU coreutils) 5.97

How reproducible:

By just execute command using full path. 

Steps to Reproduce:
1. just run the command "/bin/pwd" getting error.
  
Actual results:
[suthan@falcon]~%
[suthan@falcon]~% pwd
/home/suthan
[suthan@falcon]~% /bin/pwd
/bin/pwd: cannot open directory `..': Permission denied
[suthan@falcon]~% pwd
/home/suthan
[suthan@falcon]~% tcsh
suthan has logged on pts/1 from solaris.
suthan has logged on smb/1 from xxxxxxx.
home{suthan}pwd
pwd: cannot open directory `..': Permission denied
Exit 1


Expected results:
[suthan@falcon]~% pwd
/home/suthan


Additional info:

Comment 1 Tim Waugh 2007-06-07 13:02:43 UTC

*** This bug has been marked as a duplicate of 227168 ***


Note You need to log in before you can comment on or make changes to this bug.