功能说明:删除用户帐号。 语 法:userdel [-r][用户帐号] 补充说明:userdel可删除用户帐号与相关的文件。若不加参数,则仅删除用户帐号,而不删除相关文件。 参 数: -f 删除用户登入目录以及目录中所有文件。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/108239/showart_2126039.html
功能说明:删除用户帐号。 语 法:userdel [-r][用户帐号] 补充说明:userdel可删除用户帐号与相关的文件。若不加参数,则仅删除用户帐号,而不删除相关文件。 参 数: -f 删除用户登入目录以及目录中所有文件。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/53762/showart_426258.html
我今天在使用userdel删除用户,出现一个问题,请大家帮忙分析一下: 执行命令如下: pkill -9 -u test userdel -r test 报错: userdel: account `test' is currently in use. 我通过who命令,和ps -ef 都没有看到有关于test用户的使用情况,请问上面的情况是怎么回事,有没有解决方法?
我在 #userdel username 的时候失败: 错误显示: userdel: cannot rewrite password file userdel: cannot rewrite shadow password file 各位高手有没有遇到此问题啊,望指点下,多谢了
useradd 功能说明:建立用户帐号。 语 法:useradd [-mMnr][-c ][-d ][-e ][-f ][-g ][-G ][-s ][-u ][用户帐号] 或 useradd -D [-b][-e ][-f ][-g ][-G ][-s ] 补充说明:useradd可用来建立用户帐号。帐号建好之后,再用passwd设定帐号的密码.而可用userdel删除帐号。使用useradd指令所建立的帐号,实际上是保存在/etc/passwd文本文件中。 参 数: -c 加上备注文字。备注文字会保存在passwd的备注栏位中。 -d ...
0 * 2- * * echo "haha" 问下这个crontab 可以表示2号到月底 每天0时执行 echo “haha”? 如果不是应该怎么实现 crontab 有取非的操作吗 ? 比如[^1] 就想解决2号到月底,月底可能 28 29 30 31。 不确定是否可以写成2-31(当月没31号的时候)
本帖最后由 qinjuan710 于 2010-09-07 09:07 编辑 直接通过crontab -e写入可以执行,但是通过php写入就不能执行,为什么? 通过php写入后,再通过crontab -e打开改改执行的时间,到点就又执行了
is somebody know where the default contab file located at? it is because i found i revised the crontab file and activiated successuflly, but it will resume to the default one after the server or computer reboot. i don't know where the default con file located at .. so pls help me ......