问题描述
用crontab
执行自己编写的Shell脚本报错,iptables
命令返回127(command not found) ,在后台手动执行脚本是正常的。
解决方法
添加PATH,在脚本里添加如下:
1 | export PATH=/usr/sbin/:$PATH |
Add following line to spec file
1 | %define _build_id_links none |
peter
并设置密码huawei@123
1 | useradd peter |
chage
命令设置密码过期时间,这里设置7天后密码过期,过期后立即失效1 | chage -m 0 -M 7 -I 0 peter |
1 | /etc/init.d/vpxa stop ; /etc/init.d/hostd restart |