adakalanya penulisan command pada terminal di ubuntu membutuhkan sudo namun di debian tidak menggunakan sudo
# Copy File
$ cp source_file destination_file
contoh : cp /home/user/data.tar.gz /home/
contoh : cp /home/user/data.tar.gz /home/
# Move File atau Rename File
$ mv source_file destination_file
$ mv source_file destination_file
contoh : mv /home/user/data.tar.gz /home/user/rename_data.tar.gz
# Melihat Ip Address PC
$ ifconfig
# Mengekstrak file tar.gz
$ tar xvfz file_location (optional) -c extract_location
contoh : tar xvfz /home/user/data.tar.gz -c /home/hasil_extract/
contoh : tar xvfz /home/user/data.tar.gz -c /home/hasil_extract/
# Mematikan Komputer
$ shutdown -h now
$ shutdown -h now
# Merestart Komputer
$ shutdown -r now atau reboot
$ shutdown -r now atau reboot
# Mengedit File
$ nano source_file
contoh : nano /etc/network/interfaces
to be continue...
Tidak ada komentar:
Posting Komentar