如果是融合平台的机器 拥有sudo权限
useradd -u 614 -g 601 -G 应用id username
echo "qwer12#A" |passwd --stdin username
usermod -L username
chage -d 0 username
usermod -U username
如果是现网的机器的话
useradd -u 618 -g 601 -G 应用id username
echo "qwer12#A" |passwd --stdin username
usermod -L username
chage -d 0 username
usermod -U username
sudo su 到某个应用的权限 只能查看日志(只能到应用)
useradd -u 613 -g 601 -G 应用id username
echo "qwer12#A" |passwd --stdin username
usermod -L username
chage -d 0 username
usermod -U username