Wednesday, August 5, 2009

Virtualization Quote of the Day

How to create a second root user account

1) Run the following command:
adduser -u 0 -o -g 0 -G 0,1,2,3,4,6,10 -M root2
(omit the -M if you want a home directory created)

2) Create a password for the new account with the following command:
passwd root2

http://kb.vmware.com/kb/1005278
More vQuotes

No comments:

Post a Comment