将系统负载重定向输出:top -b -n 2 -d 3 > /tmp/top.out ,其中 -b:batch 模式,可以重定向

将系统负载重定向输出:top -b -n 2 -d 3 > /tmp/top.out ,其中 -b:batch 模式,可以重定向到文件中;-n:一共取2次top数据; -d:每次top数据间隔为3秒。以上说法正确的是( )

A.-b

B.-n

C.-d

正确答案是ABC