'command' Tag

  • Linux command: Extract, Compress tar gz bz2

    September 3, 2010

    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 command

    October 10, 2009

    คำสั่ง 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 [...]

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org