能够把user1用户加入test组中的命令正确的是()
A: usermod -G test user1
B: gpasswd -a user1 test
C: gpassword -a user1 test
D: gpasswd -d user1 test
A: usermod -G test user1
B: gpasswd -a user1 test
C: gpassword -a user1 test
D: gpasswd -d user1 test
举一反三
- 下面使用DROP USER语句删除用户user1的语句中,正确的是 A: DROP USER user1@localhost; B: DROP USER 'user1'.’ocalhost'; C: DROP USER user1.localhost; D: DROP USER 'user1'@'localhost';
- Linux系统中,添加用户的命令是? A: net user test /add B: user add test C: useradd test D: test useradd
- 如果要删除user数据库中的user1表,可以使用下列哪个命令______ A: ALERT TABLE user1 B: DROP TABLE user1 C: DELETE TABLE user1 D: TRUNCATE TABLE user1
- 假设在数据库中已经创建了某个用户test,需要将其口令修改为oracle,可以使用如下()语句。 A: AALTER USER test IDENTIFIED BY oracle B: BALTER USER test PASSWORD oracle C: CCREATE USER test IDENTIFIED BY oracle D: DUPDATE USER test IDENTIFIED BY oracle
- 修改用户user1的个人说明为This is a test,应使用命令()