Langkah..
Penghapusan user account dapat menggunakan perintah berikut:
debian:~# userdel –r namauser
Misal:
User `linuxgila` akan dihapus pada sistem debian GNU/Linux, maka perintah yang digunakan adalah:
debian:~# userdel –r linuxgila
Untuk melihat perintah manual deluser:
debian:~# deluser –-help
deluser: removing user and groups from the system. Version: 3.57
deluser user
remove a normal user from the system
example: deluser mike
–remove-home remove the users home directory and mail
spool
–remove-all-files remove all files owned by user
–home remove home only if /etc/passwd home dir
matches directory given here
–backup backup files before removing.
–backup-to target directory for the backups.
Default is the current directory.
–system only remove if system user
atau dapat menggunakan perintah `deluser` seperti contoh berikut:
Misal:
Penulis ingin menghapus user `debian` pada sistem, maka perintah yang digunakan adalah:
debian:~# deluser –-remove-home –remove-all-files debian
Sumber :
https://ndewo.wordpress.com/2009/11/07/menghapus-user-account/
Penghapusan user account dapat menggunakan perintah berikut:
debian:~# userdel –r namauser
Misal:
User `linuxgila` akan dihapus pada sistem debian GNU/Linux, maka perintah yang digunakan adalah:
debian:~# userdel –r linuxgila
Untuk melihat perintah manual deluser:
debian:~# deluser –-help
deluser: removing user and groups from the system. Version: 3.57
deluser user
remove a normal user from the system
example: deluser mike
–remove-home remove the users home directory and mail
spool
–remove-all-files remove all files owned by user
–home remove home only if /etc/passwd home dir
matches directory given here
–backup backup files before removing.
–backup-to target directory for the backups.
Default is the current directory.
–system only remove if system user
atau dapat menggunakan perintah `deluser` seperti contoh berikut:
Misal:
Penulis ingin menghapus user `debian` pada sistem, maka perintah yang digunakan adalah:
debian:~# deluser –-remove-home –remove-all-files debian
Sumber :
https://ndewo.wordpress.com/2009/11/07/menghapus-user-account/
Comments
Post a Comment