- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- umask 022, then ll no display
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-30-2000 01:23 AM
08-30-2000 01:23 AM
umask 022, then ll no display
HP-UX 11.0,I created a user "gwd", I edited the file /home/gwd/.profile so I can set some enviroment variables. When I login using gwd,
$cd /home/gwd
$ll
I can see .profile,.login files.
Then I add a line in /home/gwd/.profile, the line like this:
umask 022
I save the file and logout
When I login gwd
$cd /home/gwd
$ll
Just display "total 0", I delete the line and relogin but it also display no files,Why?
Note: During the procedure,I do not reboot system
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:25 AM
08-30-2000 01:25 AM
Re: umask 022, then ll no display
Do ls -al.
This shows all "." files.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:28 AM
08-30-2000 01:28 AM
Re: umask 022, then ll no display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:36 AM
08-30-2000 01:36 AM
Re: umask 022, then ll no display
cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:38 AM
08-30-2000 01:38 AM
Re: umask 022, then ll no display
Usually, entries with a .(period) are not listed, use ls -la. The inclusion of umask 022 in your .profile is not okay, why don't you use umask 024.
Check the online manual for umask.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:42 AM
08-30-2000 01:42 AM
Re: umask 022, then ll no display
alias ll='ll -a'