The information of the pages are only applied for POISE personnel usage

Add Vax user

UAF> copy slim newuser
UAF> mod DEF/dir=[DEF]/device=dkb200:/account=advisor/pass=letmein
$> create/dir [DEF]

OR

UAF > ADD SLIM/dir=[SLIM]/device=dkb200:-
password=letmein/uic=[20,20]
mod SLIM/account=advisor

Back

Enable/Password

Disable/Enable user account
UAF > MODIFY username/FLAGS=DISUSER //disable user vax account
UAF > MODIFY username/FLAGS=NODISUSER //enable user vax account

Change Password
UAF > MODIFY username/PASSWORD=password /nopwdexp
UAF> MODIFY username/UIC=[20,20]
UAF>MODIFY username/ACCOUNT=advisor

Back

GRANT SYSTEM RIGHT(System Table)

UAF> mod bill_lisa/priv=(oper,impersonate)/defp=(oper,impersonate)
UAF> mod slim /Priv=ALL /Defp=ALL
SET file/Prot=(S:RWED , O:RWE , G:RE, W:RE) SYS$SYSTEM: filename
// S=system O=owner G:group W:world

Back

CREATE USER LIST

UAF> list //all user in simple form
UAF> list/full //all user in all info form
UAF> list slim //only slim form

Back

Remove /Rename

Remove username
rename old_username new_username

Back

@copyright of Soon Lim. All right reserved