sudo digunakan untuk bertindak sebagai super user, sudo(super user do).
contoh:
[alvin@localhost ~]$ sudo apt-get install gtk+2.0.0
Password:
perintah sudo biasanya digunakan untuk menginstall paket, dan mengkonfigurasi sistem. Tetapi user yang melakukan perintah sudo harus terdaftar dalam file sudoers. File ini terletak di etc/sudoers. Untuk mengedit file ini disarankan menggunakan perintah visudo di command line.
1. Sebelum melakukan perintah sudo kita harus menjadi super user.Contoh:
[alvin@localhost ~]$ su
Password:
[root@localhost alvin]# visudo
catatan :sewaktu memasukkan password memang tidak terlihat karakter apapun di layar.
2. Tampilan editor visudo
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
# Failure to use 'visudo' may result in syntax or file permission errors
# that prevent sudo from running.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
# Defaults specification
# Runas alias specification
# User privilege specification
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
"/etc/sudoers.tmp" 31L, 715C 21,18-21 Top
3. Untuk mengedit tekan tombol A, sampai sudut kiri bawah command line berubah jadi --INSERT--
4. Pada baris
# User privilege specification
root ALL=(ALL) ALL
tambahkan nama user ALL=(ALL) ALL. dalam hal ini nama user alvin, jadi
root ALL=(ALL) ALL
alvin ALL=(ALL) ALL
jika sudah selesai tekan tombol ESC untuk keluar dan tulisan --INSERT-- pada sudut kiri bawah command line hilang.
Setelah itu ketik :wq! untuk menyimpan dan keluar dari editor.
catatan : hati-hati dalam mengedit file ini.
5. Penggunaan sudo sudah bisa dilakukan. Contoh:
[alvin@localhost ~]$ sudo apt-get install gtk+2.0.0
Password:
ctt: password yang dimasukkan adalah password user, bukan password root.
Blog Archive
-
►
2012
(2)
- ► 04/22 - 04/29 (1)
- ► 04/01 - 04/08 (1)
-
►
2011
(6)
- ► 12/18 - 12/25 (1)
- ► 12/11 - 12/18 (1)
- ► 04/24 - 05/01 (1)
- ► 02/27 - 03/06 (2)
- ► 02/20 - 02/27 (1)
-
►
2010
(26)
- ► 12/26 - 01/02 (6)
- ► 12/05 - 12/12 (1)
- ► 11/28 - 12/05 (1)
- ► 06/06 - 06/13 (4)
- ► 05/30 - 06/06 (9)
- ► 03/07 - 03/14 (2)
- ► 02/14 - 02/21 (2)
- ► 01/03 - 01/10 (1)
-
▼
2009
(21)
- ► 10/18 - 10/25 (2)
- ► 09/27 - 10/04 (1)
- ► 08/23 - 08/30 (3)
- ► 06/28 - 07/05 (2)
- ► 05/24 - 05/31 (1)
- ► 02/01 - 02/08 (1)
- ► 01/25 - 02/01 (3)
Recent Post
Jumat, 23 Januari 2009
Langganan:
Posting Komentar (Atom)
Mengenai Saya
Category
How to
(20)
software review
(12)
coding
(6)
security
(5)
Desktop Environment
(3)
Distro
(2)
teknologi
(2)
Install
(1)
Sejarah Linux
(1)
Sejarah Unix
(1)
bantuan
(1)
opini
(1)
0 komentar:
Posting Komentar