- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What environment setting tells the execution of th...
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
08-02-2002 08:09 AM
08-02-2002 08:09 AM
I looked to see if there was an alias for ll and there isn't.
What setting is getting turned on for the environment to include these files in the listing when the user logs in? Otherwise, I need to add additional options to ll.
Another question, is there a way to see the current settings in effect for the set commands? e.g. set -u, set -A.
I would like to avoid digging through the .profile and associated login files to see what was set.
Thanks in advance.... Jack...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 08:17 AM
08-02-2002 08:17 AM
Re: What environment setting tells the execution of the ll command to list the hidden files.
I've tried, but couldn't hide files from root!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 08:24 AM
08-02-2002 08:24 AM
Re: What environment setting tells the execution of the ll command to list the hidden files.
further to Rich's answer
from the man page for ls(1): If you are a user with appropriate privileges all files except . and .. are listed by default.
If you are root and run ll you will see all files except . and .. If you include -a then you will see . and .. too.
If you are a non-root user you will need to use ll -a to see all files including . and ..
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 08:42 AM
08-02-2002 08:42 AM
Re: What environment setting tells the execution of the ll command to list the hidden files.
User root wil display all files (hidden too) when doing a ll command. Check your settings when on the other systems using:
# env
# set
# alias
# /etc/passwd ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 08:45 AM
08-02-2002 08:45 AM
Re: What environment setting tells the execution of the ll command to list the hidden files.
root is allways seeing all files and directories, excluding the special entries "." and "..". ( same as any ls- command with the option -A ) All other users with different UIDs than root have to use -a or -A option to see the hidden files.
Allways stay on the bright side of life!
Peter