linux下二次口令加固,保證系統安全 | 
    
| 發布時間: 2012/8/9 17:53:35 | 
|  
  [root@gao ~]# pwd /root [root@gao ~]# cat .bashrc # .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi #====================================== read -p "Input your name: " name if [ $name == "xiaoming" ];then echo "Hello xiaoming" date=`date` echo "$name $date" > /root/login.txt else exit fi 
 本文出自:億恩科技【www.endtimedelusion.com】  | 
    
       
       
       京公網安備41019702002023號