Perintah-perintah direktori
1. mkdir-membuat direktori
- penggunaan:mkdir (OPTION0 DIRECTORU
- contoh :mkdir lhn
- penggunaan :ls (OPOION)...(FILE)...
- contoh :ls,ls,ls lhn
- penggunaan : cd (DIRCTORY)
- contoh :cd lhn
- penggunan :pwd
- penggunaan :vim (OPTION) (file)
- contoh :vim lhn .txt
- penggunaan :cp (OPTION)...(SOURCE DEST)
- contoh :cp sample .txt sample_copy .txt
- cp sample_copy .txt target_dir
- penggunaan :mv (OPTION).......(SOURCE DEST)
- contoh :mv source .txt target_dir
- mv old .txt new .txt
- pengunan :rm (OPTION)...FILE
- contoh :rm file 1.txt ,,rm rf some_dir
- penggunaan :find (OPTION) (Path) (Pattern)
- contoh :find file 1 .txt,,find name file 1 .txt
- penggunan :history
- penggunaan :cat (OPTION) (FILE)...
- contoh :cat file 1 .txt file . txt
- cat n file 1. txt
- penggunaan :echo (OPTION) (STRING)...
- contoh :echo 1 love india
- echo SHOME
- penggunaan :grep (OPTION) PATTERN (FILE)
- contoh :grep 1 apple sample .txt
- penggunaan :wc (OPTION)...(FILE)...
- contoh :wc file 1.txt
- wc 1 file 1.txt
- penggunaan :sort (OPTION)...(file)...
- contoh :sort file 1.txt
- sort r file 1.txt
- penggunaan :tar (OPTION) DEST SOURCE
- contoh :tar cut/ home /archive.tar/ home/original
- tar xvt /home/arvhive.tar
- penggunaan :kill (OPTION)
- contoh :kill 9 2275
- penggunan :ps (OPTION)
- contoh :ps,,ps,,cl
- penggunaan :who (OPTION)
- contoh :who,,who b,,who q
- penggunaan :passwd (OPTION)
- contoh :passwd
- peggunaan :su (OPTION) (LOG IN)
- contoh :su remo,,su
- penggunaan :chown (OPTION)...OWNER (GROUP)
- contoh :chown remo my file .txt
- penggunaan :chmod (OPTION) (MODE) (FILE)
- contoh :chmod 744 calculate . sh
- penggunaan :zip (OPTION) (DEST SOURCE)
- contoh :zip originlal zip original
- penggunaan :unzip file name
- contoh:unzip original .zi
- ssh is a program for logging into a remote machine and for executing commands on a remote machine
- penggunaan :ssh (option) (user) e hostname
- contoh :ssh x guest 10 .105 .11.20
- scp copies files between hosts on s network
- penggunan :scp (option) (user) e host :file 1 (user) e host 2:file )
- contoh:scp file 1 .txt guest @ 10 .105.11.20 :desktop
- contoh :saldo fdisk
- penggunaan :mount type device dir
- contoh :mount /dev/sda 5/media/target
- penggunaan :umount (optiomn) dir device
- contoh :umount/media/target
- penggunaan :du (OPTION)...(FILE)...
- contoh :du
- penggunaan :du (OPTION)...(FILE)...
- contoh : df
- penggunaan :quotq (OPTION)
- contoh :quota u
- penggunaan :reboot (OPTION)
- contoh :reboot
- penggunaan :power off (OPTION)
- contoh :power off
- penggunaan :kate (option) (file (s) )
- contoh :kate file 1.txt file 2 .txt
- penggunaan :vim (OPTION) (file)
- contoh :gedit
- penggunaan :gedit (OPTION) (FILE)...
- contoh :gedit
- penggunaan :type'ctrl +z' and then "bg"
- penggunaan :fg (jobid)
- penggunaan :jobs
- penggunaan :sed (OPTION) (imput file)
- contoh :sed 's /love/hate/g' love letter
- contoh :awk F: '{print $1}'sample_awk.txt
- penggunaan :find (OPTION) (path) (pattern)
- contoh :find nama file 1.txt
- penggunaan :locate (OPTION)...(FILE)...
- contoh :locate file 1.txt
Komentar
Posting Komentar