change group to wheel

2004-08-26 Thread Soo-Hyun Choi
Hi,

I would like to include a user in the wheel group so that the user can
do su. The user is not in the wheel group now. How can I change it?

Best,
Soo-Hyun
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change group to wheel

2004-08-26 Thread BSDjunkie
Soo-Hyun:

All you have to do is edit /etc/group file (as root)
with your favorite text editor.

Find the line that describes the wheel group and
append to the end of the wheel group line:

,johnnyo

where 'johnnyo' is the username you wish to add to the
wheel group.

Hope this helps,

Mark

--- Soo-Hyun Choi [EMAIL PROTECTED] wrote:

 Hi,
 
 I would like to include a user in the wheel group so
 that the user can
 do su. The user is not in the wheel group now. How
 can I change it?
 
 Best,
 Soo-Hyun
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change group to wheel

2004-08-26 Thread Radek Kozlowski
On Fri, Aug 27, 2004 at 02:55:26AM +0100, Soo-Hyun Choi wrote:
 Hi,
 
 I would like to include a user in the wheel group so that the user can
 do su. The user is not in the wheel group now. How can I change it?

pw groupmod wheel -m user

-Radek
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]