• Posted by : deari q Senin, 26 Mei 2014



    Tutorial Membuat Hak Akses Pada Linux

    praktikan@localhost ~ $ su  // untuk memulai masuk super-user
    praktikan@localhost ~ $ yum install apache mysql php //menginstal apache mysql dan php apabila  belum terinstal
    root@localhost /home/praktikan # service httpd start  // mengecek apakah apache sudah terinstall
    Redirecting to /bin/systemctl start httpd.service
    root@localhost /home/praktikan # cd /var/www/html // masuk ke directory
    root@localhost /var/www/html # ls //masuk ke directory root
    10018277 12018011 index.html info.php
    12018154 120018154 index.php nano.save
    root@localhost /var/www/html # mkdir 12018097  //membuat directory atau folder dengan NIM saya sendiri
    root@localhost /var/www/html # cd 12018097 //masuk ke directory 12018097
    root@localhost /var/www/html/12018097 # touch info.php   //membuat isi dari file
    root@localhost /var/www/html/12018097 # nano info.php //menulis file dengan ext. php
    root@localhost /var/www/html/12018097 # mv info.php index.php //mengganti nama info.php dengan index php
    root@localhost /var/www/html/12018097 # ls //masuk ke dalam folder 12018097
    index.php
    root@localhost /var/www/html/12018097# ls -l  //mengganti hak akses
    total 4
    -rw-r--r-- 1 root root 27 Mei 24 12:48 index.php 
    Dengan nilai dari setiap hak akses adalah 
    r = read =4
    w= write = 2
    x=excecution
    - = 0
    root@localhost /var/www/html/12018060# chmod 644 index.php / /supaya bisa read untuk everyone , 644 maksudnya adalah membuat agar owner=read=6, group=read=4, dan other=read=4 jadi semua orang bisa membaca fifle tersebut
     

    Leave a Reply

    Subscribe to Posts | Subscribe to Comments

  • - Copyright © 2013 Kampus - To Aru Kagaku no Railgun - Powered by Blogger - Designed by Johanes Djogan -