Difference between revisions of "VMware Server 2.0 Permissions"
From zen2
m (1 revision) |
|
(No difference)
| |
Latest revision as of 08:45, 25 July 2013
sudo /etc/init.d/vmware-mgmt stop sudo gedit /etc/vmware/hostd/authorization.xml
edit the line that talks about
<NextAceId>11</NextAceId>
increment it past the current "root" or administrator account you have.
so it now reads
<NextAceId>20</NextAceId>
Then
sudo /etc/init.d/vmware-mgmt start
