Skip to content
Snippets Groups Projects
Commit 054d41f4 authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

Addition of delete examples.

parent 310cbb71
No related branches found
No related tags found
No related merge requests found
......@@ -978,6 +978,10 @@ cautiously since this is writing your sql into the database.
.br
> sacctmgr create user name=adam cluster=tux account=physics fairshare=10
.br
> sacctmgr delete user name=adam cluster=tux account=physics
.br
> sacctmgr delete account name=physics cluster=tux
.br
> sacctmgr modify user where name=adam cluster=tux account=physics set
maxjobs=2 maxwall=30:00
.br
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment