禁止root用户无意使用关机命令
cd
vi .bashrc
# 在最后添加
alias shutdown='echo '\''Please contact the root'\'''
alias reboot='echo '\''Please contact the root'\'''
alias init='echo '\''Please contact the root'\'''
alias halt='echo '\''Please contact the root'\'''
alias poweroff='echo '\''Please contact the root'\'''

效果如下


浙公网安备 33010602011771号