Difference between revisions of "User Management Scripts"
From LinuxMCE
Line 1: | Line 1: | ||
− | + | RemoveUser.sh: Removes a LinuxMCE user from the linux system users. This script is executed from the LinuxMCE web-admin interface before the LinuxMCE user is removed from the databases. | |
RemoveUser.sh [OPTIONS] <LinuxMCEUserID> | RemoveUser.sh [OPTIONS] <LinuxMCEUserID> | ||
-d delete home directory | -d delete home directory | ||
Line 7: | Line 7: | ||
/tmp directory | /tmp directory | ||
− | [[Category: | + | [[Category: LinuxMCEBashScripts]] |
Revision as of 16:41, 16 March 2007
RemoveUser.sh: Removes a LinuxMCE user from the linux system users. This script is executed from the LinuxMCE web-admin interface before the LinuxMCE user is removed from the databases.
RemoveUser.sh [OPTIONS] <LinuxMCEUserID> -d delete home directory -a delete all files owned by user -b[=DIR] create at backup of user files before deleting them and place it in the DIR directory. If no DIR is specified the backup should be placed /tmp directory