Pages

2015年1月15日 星期四


Linux 新增帳號

1.新增群組
# groupadd xxx
2.新增帳號
# useradd -g xxx -s /sbin/nologin iespro
3.設定密碼
# passwd xxx


/etc/passwd 使用者資訊
/etc/group  群組資訊

/etc/shadow 使用者密碼

沒有留言:

張貼留言