使用vi 编辑器时,在命令模式下以下哪个命令的结果是删除4 个单词?
A. 4xw
B. wwww
C. 4dw
D. d4l
查看答案
下列使用vi的说法中,不正确的是( )。
A. 在命令模式下按o,可以回到插入模式。
B. 在插入模式下按o,可以在屏幕上输入一个字母o
C. 在命令模式下按 a,可以回到插入模式
D. 在命令模式下按 u,可以回到插入模式
添加一个用户,起初指定账号在30天后过期,现在想改变这个过期时间,用(()命令最合适。
A. usermod -a
B. USermod -d
C. usermod -x
D. usermod -e
删除组grouptest,应使用命令()。
A. groupmod grouptest
B. groupdel grouptest
C. chgrp grouptest
D. chmod grouptest
修改用户user1的个人说明为This is a test,应使用命令()。
A. groupmod - C " This is a test" user1
B. chmod - c " This is a test" user1
C. usermod - c " This is a test" user1
D. usermod - e " This is a test" user1