Perintah dasar linux dibawah ini semoga menjadi hal yang tidak pernah lupa lagi, setelah saya dokumentasikan disini.
Mengatur jam di Linux menggunakan Command Line Interface (cli) = date 071213442007 (bulan, tanggal, jam, menit, tahun)
sehingga langsung muncul
[root@localhost tmp]# date 071213442007
Thu Jul 12 13:44:00 WIT 2007
Mengetahui kapasitas setiap folder
[root@localhost /]# du -h –max-depth=1
3.7G ./usr
284K ./tmp
8.0K ./selinux
24M ./sbin
8.0K ./srv
1.5M ./home
5.1M ./boot
12K ./media
8.0K ./opt
366M ./var
0 ./misc
116K ./dev
0 ./proc
81M ./lib
14M ./root
0 ./sys
8.0K ./mnt
4.3G .
Melakukan extraxt file iso di linux
[root@localhost tools]# mount F-7-i386-DVD.iso -o loop /tools
[root@localhost tools]# cd /tools/
[root@localhost tools]# ls
Fedora/ RPM-GPG-KEY
fedora.css RPM-GPG-KEY-beta
GPL RPM-GPG-KEY-fedora
images/ RPM-GPG-KEY-fedora-rawhide
isolinux/ RPM-GPG-KEY-fedora-test
README-BURNING-ISOS-en_US.txt RPM-GPG-KEY-rawhide
RELEASE-NOTES-en_US.html stylesheet-images/
repodata/ TRANS.TBL
[root@localhost tools]#