|
发表于 2003-6-24 00:50:14
|
显示全部楼层
if you setup the cfz has the home directory /var/www/html, it will be deleted by deleting the cfz user. for example, useradd -m -d /var/www/html cfz && userdel -r cfz. the folder will just be gone when you delete the user. But, for some distributions, such as SuSE, RH, if you did not specify -r, the folder would not be deleted, just the user. |
|