* man/userdel.8.xml: Document that -f forces the deletion of a

busy user.
This commit is contained in:
nekral-guest 2009-05-18 18:53:23 +00:00
parent b9ecd1cf42
commit 785231657c
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
* man/userdel.8.xml: Document tat -f may force teh deletion of a
busy user.
2009-05-18 Nicolas François <nicolas.francois@centraliens.net> 2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, src/usermod.c: Check if the user is busy when the user's * NEWS, src/usermod.c: Check if the user is busy when the user's

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 1991 - 1994, Julianne Frances Haugh Copyright (c) 1991 - 1994, Julianne Frances Haugh
Copyright (c) 2007 - 2008, Nicolas François Copyright (c) 2007 - 2009, Nicolas François
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -221,8 +221,10 @@
<title>CAVEATS</title> <title>CAVEATS</title>
<para> <para>
<command>userdel</command> will not allow you to remove an account if <command>userdel</command> will not allow you to remove an account if
the user is currently logged in. You must kill any running processes there are running processes which belong to this account. In that
which belong to an account that you are deleting. case, you may have to kill those processes or lock the user's
password or account and remove the account later. The
<option>-f</option> option can force the deletion of this account.
</para> </para>
<para>You may not remove any NIS attributes on a NIS client. This must <para>You may not remove any NIS attributes on a NIS client. This must
be performed on the NIS server. be performed on the NIS server.