Jumat, 23 Januari 2009

How to sudo

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.

0 komentar:

Posting Komentar

Add to Technorati Favorites Add to Technorati Favorites
OrangUNIX © 2008 Template by:
SkinCorner