Perintah Dasar Secure Shell [SSH]
Table of Contents
- installhome <package> = install aplikasi; contoh "installhome unzip"
- cd <dir> = masuk ke suatu directory
- cd ~ = kembali ke home directory
- cd - = kembali directory sebelumnya
- pwd = cek di directory mana saat itu berada
- pico <file> = mengedit file
- nano <file> = mengedit file
- dir = melihat isi directory
- ls = melihat isi directory
- ls -a = melihat isi directory termasuk yang di hidden
- cp <file> = copy file
- mv <file> = moves /memindah / rename file
- mkdir <dir> = membuat directory baru
- rmdir <dir> = menghapus directory
- rm <file> = menghapus file
- rm -f <file> = menghapus file
- rm -rf <dir> = menghapus directory
- grep = mengetahui file apa saja yang mengandung karakter tertentu; contoh format : grep -R "[parameter]" [path]
- find = mencari file dengan spesifikasi tertentu, misal nama, permission dll; contoh format : find [path] [expression]
- whereis <file> = mencari dimana sebuah file berada
- unzip <file> = mengekstrak file
- wget <url> = download file ke server

btw ayah ahmad cp yak?