useradd -m -g users -u 1010 -c "Thomas Barnes" -s /bin/bash tbarnes
useradd -m -g users -u 1011 -c "James King" -s /bin/bash jking
echo -e "novell\nnovell" | passwd tbarnes
echo -e "novell\nnovell" | passwd jking
欢迎分享,转载请注明来源:内存溢出
useradd -m -g users -u 1010 -c "Thomas Barnes" -s /bin/bash tbarnes
useradd -m -g users -u 1011 -c "James King" -s /bin/bash jking
echo -e "novell\nnovell" | passwd tbarnes
echo -e "novell\nnovell" | passwd jking
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)