IBX5A560FD2577F8

Blog Kumpulan Pelajaran , Game , Trik Internet Gratis Dan Tips - Tips Lainnya

Tuesday 8 April 2014

Perintah Dasar LINUX Debian





  1. CD = berfungsi untuk berpindah dari direktori/folder ke yang lain nya
    Contoh : cd /etc/network/
  2. RM = berfungsi untuk menghapus file/direktori.
    Contoh : rm /etc/resolv.conf
  3. init 6 = berfungsi untuk merestart pc/komputer
    Contoh : init 6
  4. LS = untuk melihat isi direktori
    Contoh : ls /etc/
  5. NANO = berfungsi sebagai teks editor dalam debian/linux lain nya
    Contoh : nano /etc/network/interfaces
  6. PICO =  berfungsi sebagai teks editor dalam debian/linux lain nya
    Contoh : pico /etc/network/interfaces
  7. CP = berfungsi untuk mengkopy file ke file yang lain.
    Contoh : cp /etc/bind/local.db (spasi) /etc/bind/belajar.db
  8. MV = berfungsi untuk memindahkan file
    Contoh : #/etc/ mv resolv.conf /etc/bind
  9. INIT.D = berfungsi untuk merestart paket/aplikasi
    Contoh : /etc/init.d/networking restart
  10. MKDIR = berfungsi untuk membuat direktory/folder
    Contoh : mkdir debian
  11. LESS = berfungsi untuk melihat isi file dengan scrool
    Contoh : less named.conf
  12. IFUP = berfungsi untuk menjalankan NIC/ethernet
    Contoh : ifup eth0
  13. CLEAR = berfungsi untuk membersihkabn layar / CTRL + L
    Contoh : clear
  14. HOSTNAME = berfungsi untuk melihat nama komputer yang sedang aktif
    Contoh : hostname
  15. CHFN = berfungsi untuk merubah informasi user
    Contoh : chfn

No comments:

Post a Comment