To extract: 1: >bzip2 -cd filename.tar.bz2 | tar xvf – 1.1: >tar -jxvf filename.tar.bz2 2: >gunzip < filename.tgz | tar xvf - 3: >tar -zxvf filename.tar.gz To compress : 1: bzip2 -cd filename.tar.bz2 | tar tvf – 2: 3: –This article doesn’t completed yet — Tomz Share on Facebook
คำสั่ง uptime Displays the total uptime for the computer. – แสดงจำนวนเวลาของระบบคอมพิวเตอร์ตั้งแต่เปิดเครื่อง (up time) Syntax uptime [-V] Display version information. – แสดง version ของโปรแกม uptime การใช้งาน #uptime หลังจากใช้คำสั่งนี้แล้วผลที่ได้คือ 14:49:07 up 199 days, 4:15, 105 users, load average: 0.16, 0.52, 0.34 เวลาของระบบ สถานะ จำนวนวัน ชั่วโมง / นาที ที่ระบบทำงาน Credit – Linux / Unix uptime command Share on [...]