Home » » User Account and Group

User Account and Group

Munandar Ziswandi | Sabtu, Januari 03, 2009 | 0 comments
User Account Policy
an example, if you have been granted permission to take regular of your files to avoid accidental lost of data and wanna backup it, but consume extensive disk space on the Linux server. in this case the policy should take care of the assigning only a limited space to the user for taking the backup of the data so that disk space is utilized properly. It is recomended that an organization should devise a strict policy, which give only the required permission to users.

untuk mengatur setting password kita dapat menggunakan perintah "chage command" [-m mindays] [-M maxdays] [-d lastdays] [-I inactive] [-E expiredate] [-W warndays] user

Creating User Account
"useradd/adduser command" digunakan untuk membuat user account baru pada Linux System
"userdel command" digunakan untuk mendelete user account yang sudah ada "-r" delete home directory dan semua file didalamnya.

Langkah-langkah membuat user dalam groups pada Linux system:

1. Masuk ke Console, kemudian Login root dengan passwd student [password tergantung pada computer masing2]

2. Membuat directory tempatuser dalam /home directory : masuk ke Home terlebih dahulu “cd /home”, kemudian ketik “mkdir tempatuser” maka akan terbentuk Directory “tempatuser” untuk menyimpan user yang akan di buat.

3. Membuat group : Ketik “groupadd linuxgroup [underline adalah nama group]

4. Membuat user : ketik useradd –c “linux redhat” ririn –d /home/tempatuser –g 100 –G linuxgroup –u 215

ketik useradd –c “linux redhat” mutia –d /home/tempatuser –g 100 –G linuxgroup –u 216 [ untuk membuat user lainnya ketik perintah yang sama dengan mengubah nama user dan uid{-u}.

5. Untuk memberikan password login pada masing2 user yang telah dibuat ketik “ passwd ririn [user yang telah ada] kemudian masukkan password yang diinginkan

Contoh :


6. Kemudian buka console baru dengan menekan key Ctrl+Shift+F2/F3 dst untuk Console berikutnya.

7. Setelah itu login dengan nama “ririn” dengan password “ririn”. Maka anda secara otomatis masuk ke /home/tempatuser yang telah di setting ketika membuat user pada root.


8. Dan lakukan perintah yang sama ketika login dengan nama user yang berbeda.
9. Untuk melihat group yang telah di buat ketik “cat /etc/group
10.Untuk melihat passwd user ketik “cat /etc/passwd” [tidak di enkripsi dan hanya dapat dibuka oleh root] dan “cat /etc/shadow” [password yang telah di enkripsi]

Share this article :

0 comments:

Posting Komentar

silahkan tuliskan komentar anda

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Berbagi Ilmu Itu Indah - All Rights Reserved
Template Modify by Munandar Ziswandi
Proudly powered by Blogger