Please enable JavaScript.
Coggle requires JavaScript to display documents.
5. LINUX - Coggle Diagram
5. LINUX
1. DEFINITION
Operation system based on unix that distributed to public and have General Public License (GPL) as a free
Created in1990
Supported by big company : IBM, Oracle, etc.
Jenis Linux OS
Dekstop OS
Biasanya digunakan untuk kebutuhan sehari-hari, misalnya mengetik, browsing, dll
-
-
-
-
-
2. BASIC COMMANDS
-
-
-
-
-
-
-
-
-
-
-
tldr
sometime the man contains huge inforation, so we need command quick to get quick instructions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
File Transfer
scp [location] user@host:~
digunakan untuk mengirimkan file ke server lain menggunakan protokol ssh
rsync [source] [destination]
secara fungsi mirip dengan cp tetapi memiliki fitur untuk melakukan syncronisasi antara direktori sumber dan tujuan
File permission
-
chmod 777 [filename]
mengubah permission sebuah file /directory menjadi read, write, executable kepada user, group, dan others
chown [user]:[group]{filename}
mengubah kepemilikan/ownership sebuah file sesuai dengan user dan group yang kita tentukan
-
-
-
-
-
-