blob: a0dcbf8dbb2106d07c08282b24953f24c388371e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
userdel: unrecognized option '--foo'
Usage: userdel [options] LOGIN
Options:
-f, --force force removal of files,
even if not owned by user
-h, --help display this help message and exit
-r, --remove remove home directory and mail spool
-R, --root CHROOT_DIR directory to chroot into
-Z, --selinux-user remove any SELinux user mapping for the user
|