1.log_info “/etc/passwd is exist.”
2.调用fn_log函数,如果命令执行成功就回显绿色信息,失败回显红色信息。并在日志中记录成功或失败信息。
rm -f /tmp/messages && cp -a /var/log/messages /tmp
fn_log “rm -rf /tmp/message && cp -a /var/log/message /tmp”
ping -c 3 10.10.10.10
fn_log “ping -c 3 10.10.10.10 “