摘要:
https://www.cnblogs.com/crazymagic/p/11117363.html 阅读全文
posted @ 2019-11-19 16:20
豆浆D
阅读(140)
评论(0)
推荐(0)
摘要:
详细见:https://www.cnblogs.com/crazymagic/p/11074596.html 阅读全文
posted @ 2019-11-19 11:01
豆浆D
阅读(378)
评论(0)
推荐(0)
摘要:
shell中可能经常能看到:echo log > /dev/null 2>&1 在应用Unix/Linux时,我们一般想让某个程序在后台运行,于是我们将常会用 & 在程序结尾来让程序自动运行。比如我们要运行mysql在后台: /usr/local/mysql/bin/mysqld_safe –use 阅读全文
posted @ 2019-11-19 10:40
豆浆D
阅读(1295)
评论(0)
推荐(0)