
linux
tiny_sxj
这个作者很懒,什么都没留下…
展开
-
linux 重定向
在学习Linux的过程中,常会看到一些终端命令或者程序中有">/dev/null 2>&1 "出现,由于已经遇到了好几次了,为了理解清楚,不妨花点时间百度或者google一下相关的知识。 0:表示键盘输入(stdin)1:表示标准输出(stdout),系统默认是1 2:表示错误输出(stderr)command >/dev/null 2>&1 & == comma转载 2016-12-30 10:47:15 · 306 阅读 · 0 评论 -
linux 查看网络流量
linux 查看网络流量 命令 nload. 方便快捷原创 2018-01-18 14:55:38 · 891 阅读 · 0 评论