The Internet, as it was meant to be

Article KB-00006 - Add users in VMS

Applies to: OpenVMS

Created by Serena (she/her) on Jun 25, 2024

Run the following commands:

SET DEFAULT SYS$SYSTEM
RUN AUTHORIZE
ADD username -
 /PASSWORD=initial-password -
 /OWNER=user-real-name -
 /DEV=home-device -
 /DIR=[home-dir] -
 /UIC=[uic,uic] -
 /FLAG=NODISUSER
EXIT

You may add /PRIV=ALL to give the user system manager privileges, accessible from DCL with SET PROC/PRIV=ALL.

You may add /PWDLIFETIME=NONE to disable password expiration. I always do.

Once the account is created, you will need to create their home directory:

CREATE/DIRECTORY home-device:[home-dir]
SET DIRECTORY/OWNER=username home-device:[home-dir]

That's pretty much it.

Article Info

Last modified Jun 26, 2024
3 revisions
Viewed 2257 times

Revision History

snw on Jun 26, 2024
snw on Jun 26, 2024
snw on Jun 25, 2024


BBcode for Embedding


Copyright © 2017, 2024 ChivaNet Internet Services
A division of Coherent Logic Development LLC
Las Cruces, NM 88001

Our backhaul is provided by GTT Communications.

Usage of our services is governed by our Terms of Service.


Visitor Counter
There are 72 users registered on ChivaNet.