Bug 243120
| Summary: | /bin/pwd broken. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jsuthan <jsuthan> |
| Component: | coreutils | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6 | CC: | meyering |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-06-07 13:02:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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: