1. MKDIR <filename> à
Untuk membuat folder.
Contoh à
$ mkdir ricky
2. Cat > <namafile.txt> à
Untuk membuat file.
Contoh à $ cat > ricky.txt
3. Cp
<namafile> <tujuan> à
Untuk mencopy atau menggandakan.
Contoh à $
cp ricky.txt ricky (untuk file)
$ cp –r ricky malaya (untuk folder)
4. Echo
<huruf,kata,kalimat> à Menampilkan huruf, kata, kalimat
yang kita tulis.
Contoh à $
echo ricky malaya putra
5. Uniq <namafile> à Bila ada karakter atau huruf yang
sama secara berurutan maka akan ditampilkan satu karakter atau satu huruf saja.
Contoh à $ uniq ricky.txt
6. PS
à (ps=perintah status
Contoh à $ ps
7. Pwd à Melihat direktori kerja saat ini.
Contoh à #
pwd
8. Last à Melihat user sebelumnya yang telah
login dikomputer.
Contoh à #
last
9. Uptime à Melihat jumlah waktu pemakaian
computer oleh seseorang.
Contoh à # uptime
10. Chage à
Mengubah masa berlaku password user.
Contoh à # chage
11. CHFN <namauser> à Mengubah
informasi user.
Contoh à #
chfn ricky
12. Finger <namauser>
à
Melihat informasi user.
Contoh à # finger ricky
13. Passwd <namapassword user> à
Untuk mengganti password
Contoh à # passwd Malaya
(password sebelumnya ricky)
14.
Mv
(rename) <nama awal> <nama akhir> à Untuk
mengganti nama file.
Contoh
à # mv
ricky.txt ri.txt
0 komentar:
Posting Komentar