问答题
创建一个新用户user01,设置其主目录为/home/user01
【参考答案】
[root@localhost ~]# useradd -d /home/user01 user01
点击查看答案
