[comp.sys.next] su'ing

dbk@esl.com (David Kay) (03/10/90)

	If you don't want to add everyone who might
su root to the wheel group, another was is to su
to an account that can su, like "me."  Here's how
I do it:

joeblow> su me
Password:
me> su
Password:
root> [do root stuff]
root> exit
me> exit
joeblow> (carry on)

	I do this all the time, and it works fine. 
	David Kay
	dbk@esl.com