在Linux下,watch是周期性的執行下個程序,並全屏顯示執行結果。
-d, --differences[=cumulative] 高亮顯示變動
-n, --interval=
周期(秒)
如:watch -n 1 -d netstat -ant
而在FreeBSD下的watch命令是查看其它用戶的正在運行的操作,watch允許你偷看其它terminal正在做什麼,該命令只能讓超級用戶使用。
如何運行watch:
[root@www conf]# who
root ttyp0 Oct 2 21:48 (192.168.x.x)
root ttyp1 Oct 2 22:25 (192.168.x.x)
xxhui ttyp3 Oct 2 23:48 (192.168.x.x)
[root@www conf]# watch ttyp3
其它操作:
切換終端: Ctrl+x
退出watch:Ctrl+g