1 / 13

Sistem File dan Direktori

Sistem Operasi Unix. Sistem File dan Direktori. Mengenal File & Direktori. Penamaan File : Panjang nama file 14 karakter , terdiri dari A – Z , a – z , 0 – 9 , . ( titik ), _ ( garis bawah ) Huruf kapital dan huruf kecil mempunyai makna berbeda

rhea
Download Presentation

Sistem File dan Direktori

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SistemOperasi Unix Sistem File danDirektori ptki by dna

  2. Mengenal File & Direktori • Penamaan File : • Panjangnama file 14 karakter, terdiridari A – Z , a – z , 0 – 9 , . (titik), _ (garisbawah) • Hurufkapitaldanhurufkecilmempunyaimaknaberbeda • Jikasuatunama file berawalandengantitik, file tersebutbersifattersembunyi (hidden) • Pada UNIX, file dibagimenjadi 3 kategoriutama • Berkasbiasa / file biasa • Direktori • Berkasspesial / file spesial ptki by dna

  3. File Biasa • Merupakan file yang digunakanuntukmenyimpan data , program, dokumen, grafik, dll. • File teks file denganinformasi yang mudahdipahamiolehpemakai. Isiberkas/file inidapatdisuntingdengan editor teksseperti editor VI. • Script Shell file yang berisiperintahUNIX, yang dimaksudkanuntukmelakukantugastertentu. • File executable file darisuatu program yang telahdikompilasi. ptki by dna

  4. Direktori • Sebuahdirektorisebenarnyahanyaberisinama file danbilanganinode. Contoh : Directory : Lat1 5723 Lat2 5315 nama file inode ptki by dna

  5. File Special • Adalah file yang umumnyamenyatakansuatupirantifisik. Tetapibisajugaberupa file-file yang berhubungandengankomunikasiantarproses. • Block Device : piranti yang beroperasiberdasarkanblok (sejumlahkarakter). Contoh : disk • Character Device : Piranti yang beroperasiberdasarkankarakter. Contoh : keyboard dan printer • Named pipe : file UNIX yang memungkinkanpenyampaianinformasiantarproses. Contoh : shared memory ptki by dna

  6. Sistem File • Koneksiseluruhberkasdidalam UNIX disebutsistem file. • Sistem file UNIX mempunyaibentuksepertipohon yang terbalik • Puncakdarisistemberkasdisebut : ROOT • Root mempunyaicabang : DIRECTORY ptki by dna

  7. StrukturSistem File ptki by dna

  8. StrukturSistem File [cont] • /usr untukmeletakkandirektori-direktoriuntukpemakai, meletakkan program UNIX • /bin  berisi program” executable UNIX • /dev  berisiseluruhberkaspirantisistem • /etc berisitabel-tabel & file yang yangdigunakanuntukmemeliharasistem • /home  sebagaitempatuntukmenyimpan data milikpemakai • /tmp tempatuntuk file-file yang bersifatsementara ptki by dna

  9. Manajemen File • Membuat File : $ cat [nama file] Contoh : $ cat fileku.txt ini file pertamaku menggunakansistemoperasi UNIX ^D $_ Selainmenggunakan cat dapat pula menggunakan editor VI ptki by dna

  10. Manajemen File [cont] • Melihatisi File • Samasepertimembuat file yaitumenggunakanperintah : cat • Untukmelihatisi file, dapatmelihatisibeberapa file sekaligus, hasilnyaakanberurutan. • Contoh : $ cat file1.txt file2.txt ptki by dna

  11. Manajemen File [cont] • Menyalin File $ cp [file sumber] [file target] Contoh : $ cp file1.txt fileku.txt • Menghapus File $ rm [nama file] Contoh : $ rm /etc/file2.txt • Menggantinama File $ mv [nama file lama] [nama file baru] Contoh : $ mv a.txt a1.txt ptki by dna

  12. Manajemen File [cont] • MenampilkanNama File $ ls [pilihan] [nama file] • Pilihan : -a : menampilkanseluruhberkas, termasuk yang dihidden -l : menampilkan file disertaiinformasi yang lengkap -t : menampilkan file berdasakan yang terbaru -r : menampilkan file diurutkandari Z ke A -F : identitasdaritiap file [jenis file] seperti : ptki by dna

  13. Manajemen File [cont] • Contoh : $ ls-l -rw-r--r-- 1 lola Beta 45 Jun 5 12:03 Flin.txt File biasa Nama group Jml link file pemilik file Hakaksestgl update Nama file Ukuran file (byte) ptki by dna

More Related