Installation guide

www.vmware.com
204
VMware ESX Server Administration Guide
Switching User Names
The proc File System
The proc file system is a set of directories, beginning with /proc, that exist in
memory while ESX Server is running. The contents of these directories are not stored
on disk.
The /proc/vmware directory contains information specific to the running of the
ESX Server virtualization layer in virtual machines. You can use the cat command to
check status and use the echo command to write values to certain files in the proc
file system to change the configuration of ESX Server.
Note: Most of this information is also available through the VMware Management
Interface, and we strongly recommend that you obtain and set information through
this management interface. Do not add or change any options in this directory unless
you are instructed to by VMware support to solve an issue with ESX Server.
Caution: Do not use the proc interface to set any values other than those
mentioned in these sections:
Managing CPU Resources from the Service Console on page 395
Managing Memory Resources from the Service Console on page 411
Manual NUMA Optimizations on page 420
Managing Disk Bandwidth from the Management Interface on page 433
Managing Disk Bandwidth from the Service Console on page 434
chgrp Change the group for a specified file.
chgrp VMUsers win2000.vmx
Change the group for the file win2000.vmx to VMUsers.
Command Example and Explanation
su Switch user. By default, this allows you to log in as the root user if you know the root
user’s password. You can also use the command to log in as any other user if you know
the appropriate user name and password. Enter the command, then enter the
password when prompted.
su User2
Log in as User2.
exit Log out. If you have used su to log in as a different user, this returns you to your
previous user name.
Command Example and Explanation