> Quoting "M. Munir" <[EMAIL PROTECTED]>: > Soory.....,U has wrote this.... > > > Mohon maaf, saya pendatang baru di milis ini. > > Saya ingin menanyakan apakah ada program yang bisa menambahkan user baru > di > > > > linux dimana usernya menggunakan awalan angka / numeric. > > > > Saya sudah mencoba menggunakan adduser maupun useradd, namun hasilnya > > gagal. > > > > Atas bantuannya, sebelumnya saya ucapkan terima kasih. > > > > munir > This step quite complete,so u can take acording to ur' requierments. > 1.check wheather the user account exist and is enabled or needs to be > created. > a. etc/passwd file (grep -l 'username' /etc/passwd ) > b.the id command : id <account number> > c.the userconf or linuxconf command > 2.Identify the duration for which the user account needs to be active (use > > userconf). > 3.identify the name of the user account to created. > a.organization Policy > b.System limitation > c.Number of system users > 4.identify the type of account to be created. > 5.identify the group to which the user will belong. > a.Type of groups : UPG,System default group,Group created by adminstrator > > b.a standard group has a GID between 0 to 499. > 6.identify the permission granted.(use userconf) > 7.identify wheater the user account will need password. > 8.identify the minimum length of the password.
step : 1.type userconf at the prompt 2.select the user account option,and press <enter> 3.use the tab<TAb> key to select the Add option and press <enter> 4.Key in the user account Login name and full name 5.use the <Tab> key to select the accept option,and press <enter> 6.key in password as 'u want',and then,using the <Tab>key to select accept option and press <enter> 7.retype the password 'u want' PS: password is up to u example : u want or u can type: /usr/sbin/useradd -m -c 'M.Munir' -d/home/Mudir -s'/bin/bash/' -G'-e''Munir I hope it's helpfull. Best regards hanke > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

