添加一个用户,起初指定账号在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
在Linux中与用户有关的文件为( )
A. /etc/passwd和/etc/shadow
B. /etc/passwd和/etc/group
C. /etc/passwd和/etc/gshadow
D. /etc/shadow和/etc/group