Perbedaan antara user biasa dan
super user, ditandai dengan symbol “$” dan “#” pada terminal. Untuk login
ke
User biasa,
Login
:
tkjserver
Password
:
‘ketikan password yg telah ditentukan’
User
biasa : hanya dapat melihat isi system dalam terminal
super user,
gunakan perintah su.
tkjserver@debian-server:~$ su
Password: (ketikan password root)
Super User : bisa
menambah/mengurangi isi file dalam terminal
inilah beberapa perintah dasar untuk
di gunakan di OS Linux Debian :
1.
CD = berfungsi untuk berpindah dari
direktori/folder ke yang lain nya
Contoh : cd /etc/network/
Contoh : cd /etc/network/
2.
RM = berfungsi untuk menghapus
file/direktori.
Contoh : rm /etc/resolv.conf
Contoh : rm /etc/resolv.conf
3.
init 6 = berfungsi untuk merestart
pc/komputer
Contoh : init 6
Contoh : init 6
4.
LS = untuk melihat isi direktori
Contoh : ls /etc/ atau Ls –al
Contoh : ls /etc/ atau Ls –al
5.
NANO = berfungsi sebagai teks editor
dalam debian/linux lain nya
Contoh : nano /etc/network/interfaces
Contoh : nano /etc/network/interfaces
6.
PICO = berfungsi sebagai teks
editor dalam debian/linux lain nya
Contoh : pico /etc/network/interfaces
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
Contoh : cp /etc/bind/local.db (spasi) /etc/bind/belajar.db
8.
MV = berfungsi untuk memindahkan
file
Contoh : /etc/ mv resolv.conf /etc/bind
Contoh : /etc/ mv resolv.conf /etc/bind
9.
INIT.D = berfungsi untuk merestart
paket/aplikasi
Contoh : /etc/init.d/networking restart
Contoh : /etc/init.d/networking restart
10.
MKDIR = berfungsi untuk membuat
direktory/folder
Contoh : mkdir debian
Contoh : mkdir debian
11.
LESS = berfungsi untuk melihat isi
file dengan scrool
Contoh : less named.conf
Contoh : less named.conf
12.
IFUP = berfungsi untuk menjalankan
NIC/ethernet
Contoh : ifup eth0
Contoh : ifup eth0
13.
CHFN = berfungsi untuk merubah
informasi user
Contoh : chfn
Contoh : chfn
14.
Menghapus Layar
clear
atau tekan Ctrl + l
15.Menambah
User Biasa Lagi
# adduser ‘nama user baru’
16.Mengetahui
Siapa Yang Login
debian-server:/home/tkjserver# whoami
17.Untuk
Keluar Dari Login
# exit
18. Melihat
Hostname Kita
# hostname
19.
Melihat Ip Address
# ifconfig
20. Melihat Dns Server Kita
Sudah Terinstall Atau Belum
# apt-get install bind9
21. Untuk
Merestart Debian
# shutdown –r now
22.Untuk
Mematikan Debian
# shutdown
–h now
0 komentar:
Posting Komentar