Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Singel line login

Status
Not open for further replies.

ZilSwe

Technical User
Apr 18, 2005
12
0
0
SE
Hi!

How do i do if i like to have the username and password promt on the same line when i login to a solaris 2.6 server? This is just for one user and not for all my users.
 
you will nedd to recode at least
# grep login /etc/inittab
co:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` console login: " -T sun -d /dev/console -l console -m ldterm,ttcompat

and
# which login
/usr/bin/login
#

there is no easy way...

Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top