标签:oca col class 用户名 centos 权限 color mod hang
1、创建新用户 test
adduser test
2、设置密码
[root@localhost~]# passwd test Changing password for user test. New password: # 输入密码 Retype new password: # 再次输入密码 passwd: all authentication tokens updated successfully.
3、更改目录所有者命令
chown -R 用户名称 目录名称
4、更改目录权限命令
chmod -R 755 目录名称
标签:oca col class 用户名 centos 权限 color mod hang
原文地址:https://www.cnblogs.com/xuchen0117/p/12208354.html