Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)
A.
uptime
B.
up
C.
top
D.
uname -u
E.
time -up
題解
選項A,「uptime」指令可以顯示系統已經運行多久了。
選項B,沒有「up」指令。
選項C,「top」指令除了可以監看行程(process)的情形之外,還可以看到系統運行的時間。
選項D,「uname」指令沒有「-u」參數。
選項E,「time」指令可以用來計算指令的執行時間。