Sabtu, 20 Juni 2009

Mengenal Hak Akses Linux (CHMOD)

CHMOD akronim dari Change Mode adalah perintah shell di lingkungan Unix dan Unix-like. Pertaman kali dipergunakan di AT&T Unix versi 1, dan masih tetap dipergunakan hingga sekarang di mesin Unix-like. Ketika di eksekusi perintah ini akan merubah mode file dan direktori, mode yang dimaksud adalah hak akses terhadap file dan atau direktori.

tt { font-family: courier; } td { font-family: helvetica, sans-serif; } caption { font-family: helvetica, sans-serif; font-size: 14pt; text-align: left; }



Ada 2 macam cara (baca: representasi) dalam menerapkan CHMOD :

1. String Mode
* Berdasarkan kepada “siapa” hak diberikan
u (user) : hak akses “granted to” pemilik dari file atau direktori,
g (group) : hak akses “granted to” member dari group yang ada pada file atau direktori,
o (others) : hak akses “granted to” siap saja yang bukan pemilik file atau member dari groupnya
a (all) : mewakili ketiga diatas atau bisa dikatakan “a = ugo”.
* Berdasarkan Class (Basic Class)
r (read) : diberikan hak untul membaca file dan listing direktori,
w (write) : diberikan hak untukk memodifikasi file atau direktori,
x (execute) : diberikan hak untuk meng-execute file atau direktori dan sub direktori.
* Untuk penggunaan string mode diperlukan operator, yang berfungsi untuk merubah hak akses
+ : which adds the specified modes to the specified classes,
- : which removes the specified modes from the specified classes, and
= : which means that the modes specified are to be made the exact modes for the specified classes.
2. Octal Number
* Perintah CHMOD juga menerima mode format penulisan 3 atau 4 digit octal number

Contoh String Mode

User dan Group diberikan hak akses “membaca dan menulis” (baca : read write) terhadap file dokument.txt

$ chmod ug+rw dokumen.txt
$ ls -l dokumen.txt
-rw-rw—- 2 joko joko 96 Dec 8 12:53 dokumen.txt

Menghapus hak akses terhadap semua “a” (baca : owner, group, other) atau tidak memberikan hak akses file dokumen.txt terhadap siapapun (baca : owner, group, other).

$ chmod a-rwx dokumen.txt
$ ls -l dokumen.txt
———- 2 joko joko 96 Dec 8 12:53 dokumen.txt

Contoh Mode Octal Number

Memberikan hak akses baca tulis kepada owner dan group sedangkan other read saja terhadap file dokument.txt

$ chmod 0664 dokumen.txt
$ ls -l dokumen.txt
-rw-rw-r– 2 joko joko 4096 2007-07-09 12:39 dokumen.txt

atau

$ chmod 664 sample
$ ls -l dokumen.txt
-rw-rw-r– 2 joko joko 4096 2007-07-09 12:39 dokumen.txt

sumber : kampungmadura
Read more ...

Senin, 15 Juni 2009

Automount di Slackware

pengin coba automount. Langkah pertama edit file :

# nano /etc/group

root:x:0:root
bin:x:1:root,bin
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root,adm,ilham
lp:x:7:lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
floppy:x:11:root
mail:x:12:mail
news:x:13:news
uucp:x:14:uucp
man:x:15:
audio:x:17:root,ilham
video:x:18:root
cdrom:x:19:root,ilham
games:x:20:
slocate:x:21:
utmp:x:22:
smmsp:x:25:smmsp
tape:x:26:root
mysql:x:27:
rpc:x:32:
sshd:x:33:sshd
gdm:x:42:nabila
shadow:x:43:
ftp:x:50:
apache:x:80:
messagebus:x:81:
haldaemon:x:82:
plugdev:x:83:root,ilham
power:x:84:
pop:x:90:pop
scanner:x:93:
nobody:x:98:nobody
nogroup:x:99:
users:x:100:
console:x:101:
machines:x:102:ilham$

Setelah di edit , lakukan :

# etc/rc.d/rc.messagebus restart
Stopping system message bus…
Starting system message bus: /usr/bin/dbus-uuidgen –ensure ; /usr/bin/dbus-daemon –system
# /etc/rc.d/rc.hald restart
Starting HAL daemon: /usr/sbin/hald –daemon=yes

Untuk menghindari konflik “/etc/fstab” dengan hal dan messagebus. Sebaiknya di disable saja dengan menggunakan tanda “#” atau di hapus. (kecuali entry untuk file system dan swap tentunya). isi “/etc/fstab”

#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0

source : http://www.ilmunet.info
Read more ...
Diberdayakan oleh Blogger.
 

Comment


ShoutMix chat widget

Cari Blog Ini

Google Search

Top Friends


GILA LINUX | Template Ireng Manis © 2010 Free Blogger Template Ajah for DheTemplate.com - New Free Blogger Template Everyday