()命令,可以在root用户下,修改test用户的密码。
A. super–test
B. passwdtest
C. sutest
D. lstest
查看答案
在vi里,命令“d$”用来删除当前光标到()的内容
A. 行末
B. 字符末
C. 字符开头
D. 行首
在vi里,命令“y^”用来复制当前光标到()的内容
A. 行末
B. 字符末
C. 字符开头
D. 行首
在vi里,命令“yw”用来复制当前光标到()的内容
A. 行末
B. 字符末
C. 字符开头
D. 行首
下面哪一个命令可以取消文件file1其他用户的可执行权限()。
A. chmodu-xfile1
B. chmodo-xfile1
C. chmodg-xfile1
D. chmod755file1