- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/default directory
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
01-17-2002 10:39 AM
01-17-2002 10:39 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 10:41 AM
01-17-2002 10:41 AM
Solution# ls -l /etc/default
total 4
-r--r--r-- 1 bin bin 11 Aug 13 15:06 fs
-r--r--r-- 1 bin bin 67 Nov 9 2000 useradd
# cat /etc/default/*
LOCAL=vxfs
#default useradd options
HOMEDIR /home
GROUPID 20
INACT -1
EXPIRE
#
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 10:48 AM
01-17-2002 10:48 AM
Re: /etc/default directory
/etc/default/security
/etc/default/tz
/etc/default/login
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:02 AM
01-17-2002 11:02 AM
Re: /etc/default directory
Some more info:-
http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90696&service=hpux&path=../B2355-90696/00/01/111&title=HP-UX%20Reference%20%28Volume%208%20of%209%29
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 11:24 AM
01-17-2002 11:24 AM
Re: /etc/default directory
I know that different flavors of unix use the directory to house files that contain variables affecting the "default" behavior of different commands and system calls. I was just hoping that HP (or someone) had put together an extensive list of specifically what functions/commands are affected by entries in the /etc/default directory.
For instance, check out the patch description for PHCO_21833. In there you will see that now if you touch a file called "I_ACCEPT_RESPONSIBILITY_FOR_BYPASSING_SECURITY_CHECKS" in the /etc/default directory you can create login accounts with more than 8 characters in the name.
It would be nice to have a unified document of all options available to us when it comes to this directory