Changes
Page history
Create Administration
authored
Dec 18, 2023
by
PIERRE Nicolas
Show whitespace changes
Inline
Side-by-side
Administration.md
0 → 100644
View page @
30419fa9
# Administration
## Account creation
To create an account for a new person that want to use the server. It will not interrupt running jobs.
```
shell
# run as root or with sudo
USER_TO_ADD
=
n23pierre
# first name initial + year + last name
ROLE
=
RESEARCHER
# can be STUDENT
adduser
$USER_TO_ADD
sacctmgr create user
name
=
$USER_TO_ADD
account
=
$ROLE
slurmctld restart
```