Praktikum Chmod dan Chown
Langkah langkah :
1. Buka software Debian sehingga keluar prompt :
6. Ubahlah permission file file di atas dengan perintah sebagai berikut :
8. Ubahlah kepemilikan ke empat file tersebut dengan perintah : chown
9. Lihat file file tersebut dengan perintah ls -l
1. Buka software Debian sehingga keluar prompt :
"debian123 login:"2.Masuk ke user root dengan mengetik root dan passwordnya
"debian123 login:root"
"password : "
"sehingga keluar user root sebagai berikut :"
"root@debian123 :~#"3. Masuk ke user Home dengan mengetik :
" root@debian123 :~# cd /home"
" root@debian123 :/home # "4. Buat 4 file kosong dengan perintah touch
"root@debian123 :/home # touch Virna837"
"root@debian123 :/home # touch Vera836"
"root@debian123 :/home # touch Yunita839"
"root@debian123 :/home # touch Putri827"5. Lihat file file tersebut dengan perintah ls -l
root@debian123 :/home # ls -l
akan muncul file file di atas sebagai berikut :
"-rw-r--r-- 1 root root 0 oct 12 11:20 Virna837"
"-rw-r--r-- 1 root root 0 oct 12 11:19 Vera836"
"-rw-r--r-- 1 root root 0 oct 12 11:19 Yunita839"
"-rw-r--r-- 1 root root 0 oct 12 11:19 Putri827"
6. Ubahlah permission file file di atas dengan perintah sebagai berikut :
"root@debian123 :/home # chmod 655 Virna837"
"root@debian123 :/home # chmod 455 vera836"
"root@debian123 :/home # chmod 465 Yunita839"
"root@debian123 :/home # chmod 254 Putri827"
7. Lihat file file tersebut dengan perintah ls -l
root@debian123 :/home # ls -l
akan muncul file file di atas sebagai berikut :
"-rw-r-xr-x 1 root root 0 oct 12 11:20 Virna837"
"-r--r-xr-x 1 root root 0 oct 12 11:19 Vera836"
"-r--rw-r-x 1 root root 0 oct 12 11:19 Yunita839"
"--w-r-xr-- 1 root root 0 oct 12 11:19 Putri827"
8. Ubahlah kepemilikan ke empat file tersebut dengan perintah : chown
"root@debian123 :/home # chown owner837:group837 Virna837"
"root@debian123 :/home # chown owner836:group836 Vera836"
"root@debian123 :/home # chown owner839:group839 Yunita839"
"root@debian123 :/home # chown owner827: group827 Putri827"
9. Lihat file file tersebut dengan perintah ls -l
root@debian123 :/home # ls -l
akan muncul file file di atas sebagai berikut :
"-rw-r-xr-x 1 group837 sep 12 11:20 Virna837"
"-r--r-xr-x 1 group836 sep 12 11:19 Vera836"
"-r--rw-r-x 1 group839 sep 12 11:19 Yunita839"
"--w-r-xr-- 1 group827 sep 12 11:19 Putri827"
Tidak ada komentar:
Posting Komentar