摘要:
Could not reliably determine the server’s fully qualified domain name, using fe80::d558:4c0:68e3:fdd1. Set the ‘ServerName’ directive globally to supp 阅读全文
摘要:
echo 命令 [root@localhost mnt]# echo "蜜雪冰城\n甜蜜蜜" 蜜雪冰城\n甜蜜蜜 [root@localhost mnt]# echo -e "蜜雪冰城\n甜蜜蜜" 蜜雪冰城 甜蜜蜜 [root@localhost mnt]# eval命令 exec命令 不创建子进程 阅读全文
摘要:
nohup 不挂端的情况下执行命令,默认会输出一个 nohup.out 的文件。 .& 在后台运行 一般2个用在一起 nohup command & nohup放到命令开头表示不挂起,表示即使退出终端该进程也不会掉, & 放在命令到结尾,表示后台运行 /dev/null 表示空设备文件 (位桶(bi 阅读全文