- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .. not found
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
10-23-2001 01:30 AM
10-23-2001 01:30 AM
.. not found
I have a strange problem...
when I do ls -a whith a non-root user in a directory I don't see ".."
But, cd ".." works ??!!!....
Someone know this problem...
thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:36 AM
10-23-2001 01:36 AM
Re: .. not found
This means that that particular userid does not have permission to read the contents of that directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:37 AM
10-23-2001 01:37 AM
Re: .. not found
ls -la in the directory.
There is probably some wierd permission thing going on.
To change dir you need execute permission.
Read is possibly off.
A strange exmaple of permissions.
create a dir with write perms.
make the files in that dir read only.
rm the files from the dir.
The dir contains the files index. the index can be removed from the dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:38 AM
10-23-2001 01:38 AM
Re: .. not found
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:40 AM
10-23-2001 01:40 AM
Re: .. not found
especially the owner of the directory has the same problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:46 AM
10-23-2001 01:46 AM
Re: .. not found
"ls -A" shows all files, except "." and ".."
"ls -a" shows all files, including "." and ".."
probably nothing new to you, but anyway ;-)
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:50 AM
10-23-2001 01:50 AM
Re: .. not found
Do you see '.'? Or any other .* file? Maybe 'ls' is aliased to 'ls -A' which is default (see the man page, focus on -A).
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 01:53 AM
10-23-2001 01:53 AM
Re: .. not found
When I do ls -a I see "." ?!
Whith the user root, I put all the permission on the ".." files..
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 04:34 AM
10-23-2001 04:34 AM
Re: .. not found
type mount -p
Is it nfs exported/mounted?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 04:37 AM
10-23-2001 04:37 AM
Re: .. not found
here is the output of mount -p
dev/vg01/lvol2 /DA/SAS/prod vxfs delaylog,nodatainlog 0 0
It's not a nfs file system..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 05:12 AM
10-23-2001 05:12 AM
Re: .. not found
15:09:38 text-sz ov proc-sz ov inod-sz ov file-sz ov
15:09:40 N/A N/A 322/664 0 4000/4000 0 1517/12018 0
the inode table is full !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:34 AM
10-25-2001 07:34 AM
Re: .. not found
always the same problem even after a reboot
RM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 10:07 AM
10-25-2001 10:07 AM
Re: .. not found
As mentioned, the ability to 'see' directories and files using ls/ll is solely dependent on the permissions of the parent directory. If you create a directory with 700 permissions, any attempt to use ls/ll on the directory will report: "unredable" for all but the owner.
And if you try to cd into the directory, you will get "Permission denied".
Bill Hassell, sysadmin