- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to turn a hidden file to unhide
Operating System - HP-UX
1820160
Members
2689
Online
109620
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО07-26-2007 02:18 PM
тАО07-26-2007 02:18 PM
How to turn a hidden file to unhide
Hi,
May I know how to turn a hidden file to unhide ?
thanks
Regards
ng
May I know how to turn a hidden file to unhide ?
thanks
Regards
ng
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2007 02:21 PM
тАО07-26-2007 02:21 PM
Re: How to turn a hidden file to unhide
Shalom,
ls -la filename
(or * to see the file, its not really hidden from root)
chmod a+r filename
Now its not hidden
SEP
ls -la filename
(or * to see the file, its not really hidden from root)
chmod a+r filename
Now its not hidden
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2007 02:31 PM
тАО07-26-2007 02:31 PM
Re: How to turn a hidden file to unhide
hi Ng
think only way to unhide is to rename it with out (.) in the begining....
hope this helps
Thanks
Sajeev
think only way to unhide is to rename it with out (.) in the begining....
hope this helps
Thanks
Sajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2007 02:38 PM
тАО07-26-2007 02:38 PM
Re: How to turn a hidden file to unhide
UNIX has no hidden files with one exception. If a process open()'s a file and then unlink()'s (unlink() is what underlies the rm command), the file is now completely invisible and completely usable but as soon as the last process which had the file open either close()'es it or terminates, the space occupied by the file is freed.
Now, any file that begins with "." is not displayed by the ls command unless the -a option is used. Another example of a hidden file, is a filename that consists entirely of whitespace or other non-printable ASCII characters; those can be seen via ls -b to display all non-printables via their octal equivalents.
Now, any file that begins with "." is not displayed by the ls command unless the -a option is used. Another example of a hidden file, is a filename that consists entirely of whitespace or other non-printable ASCII characters; those can be seen via ls -b to display all non-printables via their octal equivalents.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP