Changeset 2629
- Timestamp:
- 10/25/07 02:26:15 (1 year ago)
- Files:
-
- trunk/scripts/vserver (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver
r2628 r2629 45 45 execution of a synchronized 'stop' and a 'start' 46 46 condrestart ... restarts the vserver when it is running already 47 suexec <user> < shell-command> <args*>47 suexec <user> <command> <args*> 48 48 ... executes a command as the specified user in the vserver 49 exec < shell-command> <args*>49 exec <command> <args*> 50 50 ... executes a command as root in the vserver 51 51 enter ... executes the configured shell in the vserver … … 58 58 59 59 build <buildopts>* 60 ... builds a new vserver from scratch 60 ... builds a new vserver from scratch, see 61 vserver ... build --help for details 61 62 delete ... remove a vserver 62 63
