Linux命令课堂习题与解答一
1、新建一个用户wang,密码设为123456,并将其加到root组。写出所用命令。 # useradd wang # passwd wang 123456 123456 # groupadd roo
Linux命令课堂习题与解答一