  
useradd ใน ลีนุกซ์ (Linux) 
 |  | 
ลีนุกซ์ (Linux) # useradd
| คำสั่ง useradd | 
คำสั่งเพิ่มผู้ใช้รายใหม่เข้าไปในระบบ  | useradd - create a new user or update default new user information |  ตัวอย่างคำสั่ง และการใช้งาน
| #useradd theman | เพิ่มผู้ใช้รายใหม่เข้าไปในระบบชื่อ theman ในกลุ่ม theman และมี home directory เป็น /home/theman |  
| #useradd -g users -d /home/theman -c "user name here" theman | เพิ่มผู้ใช้รายใหม่เข้าไปในระบบชื่อ theman |  
  |  
  |  
  | 
Android Testing in Terminal Emulator
   |   
 |