Linux

权限赋予

chmod a+x xxxx

增加用户名
useradd -d /home/jc -m jc
[root@b etc]# passwd jc

chown jc -R /home/jc

你可能感兴趣的:(Linux)