More than 30% of the goods were seriously damaged when it arrived at the port of destination.(英译中)
查看答案
linux中重启系统的命令有:
A. reboot
B. shutdwon -r now
C. poweroff
D. ps
若查看到某个进程id号为11234,进程名为httpd,想要结束该进程使用的命令是?
A. kill 11234
B. killall httpd
C. killall 11234
D. kill httpd
以下对wc命令使用正确的是?
A. wc -l
B. wc -c
C. wc -w
D. wc -lwc
查看当前系统使用的是哪种shell,命令是?
A. whoami
B. echo $shell
C. top
D. echo $SHELL