Your system manager may elect to enable disk quotas. Disk quotas place limits on the consumption of disk storage space on a per-disk, per-
Use SHOW QUOTA [/DISK=disk] to examine your disk-space restrictions on a given disk. A message indicating that quotas are not enabled means that there are no limits other than the free space available on the disk.
Privileges grant a user the ability to do things a typical
The most basic user accounts have only the TMPMBX and NETMBX privileges, which are adequate for most ordinary purposes. Your system manager will grant additional privileges on an as-needed basis.
For reference, the full list of privileges (taken from OpenVMS VAX version V7.3) is as
|
ACNT |
may suppress accounting messages |
|
ALLSPOOL |
may allocate spooled device |
|
ALTPRI |
may set any priority value |
|
AUDIT |
may direct audit to system security audit log |
|
BUGCHK |
may make bug check log entries |
|
BYPASS |
may bypass all object access controls |
|
CMEXEC |
may change mode to
|
|
CMKRNL |
may change mode to kernel |
|
DIAGNOSE |
may diagnose devices |
|
DOWNGRADE |
may downgrade object
|
|
EXQUOTA |
may exceed disk quota |
|
|
may affect other processes in same group |
|
GRPNAM |
may insert in group logical
|
|
GRPPRV |
may access group objects via system protection |
|
IMPERSONATE |
may impersonate another user |
|
IMPORT |
may set classification for unlabeled object |
|
LOG_IO |
may do logical i/o |
|
MOUNT |
may execute mount acp function |
|
NETMBX |
may create network device |
|
OPER |
may perform operator functions |
|
PFNMAP |
may map to specific physical pages |
|
PHY_IO |
may do physical i/o |
|
PRMCEB |
may create permanent common event clusters |
|
PRMGBL |
may create permanent global sections |
|
PRMMBX |
may create permanent mailbox |
|
PSWAPM |
may change process swap mode |
|
READALL |
may read anything as the owner |
|
SECURITY |
may perform security administration functions |
|
SETPRV |
may set any privilege bit |
|
SHARE |
may assign channels to non-shared devices |
|
SHMEM |
may create/delete objects in shared memory |
|
SYSGBL |
may create system wide global sections |
|
SYSLCK |
may lock system wide resources |
|
SYSNAM |
may insert in system logical name table |
|
SYSPRV |
may access objects via system protection |
|
TMPMBX |
may create temporary mailbox |
|
UPGRADE |
may upgrade object integrity |
|
VOLPRO |
may override volume protection |
|
WORLD |
may affect other processes in the world |
| Note |
On older versions of OpenVMS, the IMPERSONATE privilege was called DETACH. Historically, it was used to create detached processes under the User Identification Code (introduced in the
|
A User Identification Code (UIC) is associated with each user account. A UIC is the combination of a
A UIC takes the format "[group,member]." If you are member 100 of group 35, your UIC is [35,100]. These numbers are displayed in octal format, so they may contain only the digits 0 through 7. UICs may be displayed as
A system manager usually defines UIC groups to associate users who are
Your UIC is used to grant or deny access to system objects, such as files. When a file is created, the UIC of the owner is associated with the file. Later, when some user
SYSTEM user
. The
File OWNER . The requestor's UIC exactly matches the UIC attached to the file.
GROUP member . The requestor is in the same UIC group as the file owner.
WORLD user . This category includes every other user not mentioned above.
Each of these four categories may be granted or
The ability to change the protection of the file (CONTROL access) is granted automatically to the OWNER and SYSTEM categories. As a practical matter, this means you cannot
File