jawaban latihan soal
1.Linux adalah sistem operasi yang didtribusikan secara open source yang dapat digunakan untuk berbagai keperluan seperti jaringan, pengembangan software dan sebagai end user platform.
2.[root@localhost~]# adduser namauserbaru
[root@localhost~]# passwd
3.[root@localhost~]# mkdir namadirektori
4.[root@localhost~]# ls
5.[root@localhost~]# cd
6.[root@localhost namadirektori]# cat >namafile
7.[root@localhost namadirektori]#rm namafile
8.[root@localhost~]# rmdir namadirektori
9.[root@localhost~]# service network start
[root@localhost~]# ifconfig eth0 noIPaddress
[root@localhost~]# route add default gw noIPaddress
10.[root@localhost~]# tar –cf namafilepaket.tar namafile/direktoriyangakandipaketkan