Pages

Subscribe:

Ads 468x60px

Perintah Dasar UNIX

ls ................. show directory, in alphabetical order direktori menunjukkan urutan abjad
logout ............. logout ............. logs off system log off
mkdir .............. mkdir .............. make a directory buat direktori
rmdir .............. rmdir .............. remove directory (rm -r to delete folders with files) menghapus direktori (rm-r untuk menghapus folder dengan file)
rm ................. rm ................. remove files menghapus file
cd ................. cd ................. change current directory mengubah direktori sekarang
man (command) ...... manusia (perintah) ...... shows help on a specific command menampilkan bantuan pada perintah tertentu
talk (user) ........ talk (pengguna) ........ pages user for chat - (user) is a email address halaman pengguna untuk chatting - (user) adalah sebuah alamat email
write (user) ....... menulis (pengguna) ....... write a user on the local system (control-c to end) menulis pengguna pada sistem lokal (control-c untuk mengakhiri)

pico (filename) .... pico (filename) .... easy to use text editor to edit files mudah untuk menggunakan editor teks untuk mengedit file
pine ............... pinus ............... easy to use mailer mudah digunakan mailer
more (file) ........ lebih (file) ........ views a file, pausing every screenful tinjauan sebuah file, berhenti setiap layar


sz ................. send a file (to you) using zmodem mengirim file (kepada Anda) menggunakan zmodem
rz ................. rz ................. recieve a file (to the unix system) using zmodem menerima file (untuk sistem unix) menggunakan zmodem

telnet (host) ...... telnet (host) ...... connect to another Internet site menyambung ke situs Internet lain
ftp (host) ......... ftp (host) ......... connects to a FTP site menyambung ke situs FTP
archie (filename) .. archie (filename) .. search the Archie database for a file on a FTP site Archie mencari database untuk berkas pada situs FTP
irc ................ irc ................ connect to Internet Relay Chat menyambung ke Internet Relay Chat
lynx ............... lynx ............... a textual World Wide Web browser tekstual World Wide Web browser
gopher ............. gopher ............. a Gopher database browser database gopher browser
tin, trn ........... timah, TRN ........... read Usenet newsgroups membaca newsgroup Usenet

passwd ............. passwd ............. change your password mengubah sandi
chfn ............... chfn ............... change your "Real Name" as seen on finger mengubah "Nama Asli" seperti yang terlihat pada jari
chsh ............... chsh ............... change the shell you log into mengubah shell Anda login ke

grep ............... grep ............... search for a string in a file mencari string dalam file
tail ............... ekor ............... show the last few lines of a file menampilkan beberapa baris terakhir dari sebuah file
who ................ yang ................ shows who is logged into the local system menunjukkan yang login ke sistem lokal
w .................. w .................. shows who is logged on and what they're doing menunjukkan siapa yang login dan apa yang mereka lakukan
finger (emailaddr).. jari (emailaddr) .. shows more information about a user menunjukkan informasi lebih lanjut tentang pengguna
df ................. df ................. shows disk space available on the system menunjukkan ruang disk yang tersedia di sistem
du ................. du ................. shows how much disk space is being used up by folders menunjukkan berapa banyak ruang disk yang digunakan oleh folder
chmod .............. chmod .............. changes permissions on a file perubahan hak akses pada file
bc ................. bc ................. a simple calculator kalkulator sederhana

make ............... membuat ............... compiles source code kompilasi kode
gcc (file.c) ....... gcc (file.c) ....... compiles C source into a file named 'a.out' C mengkompilasi source ke dalam sebuah file bernama 'a.out'

gzip ............... gzip ............... best compression for UNIX files kompresi terbaik untuk UNIX file
zip ................ zip ................ zip for IBM files zip untuk IBM file
tar ................ tar ................ combines multiple files into one or vice-versa menggabungkan beberapa file menjadi satu atau sebaliknya
lharc, lzh, lha .... lharc, lzh, lha .... un-arc'ers, may not be on your system un-arc'ers, mungkin tidak pada sistem anda

dos2unix (file) (new) - strips CR's out of dos text files dos2unix (file) (baru) - strip CR's keluar dari file teks dos
unix2dos (file) (new) - adds CR's to unix text files unix2dos (file) (baru) - menambahkan CR's untuk unix file teks