Linux上机操作复习题答案
Linux上机操作复习题答案一、命令部分1.新建一个用户wang,密码设为123456,并将其加到root组。写出所用命令。 # useradd wang # passwd wang 123456 1
Linux上机操作复习题答案