sunos check 32-bit or 64-bit

Friday, March 24th, 2017

บ้างครั้งก็ลืม ไม่ได้ใช้นานๆ คำสั่งเช็คว่า sunos ที่เรากำลังจะใช้งานนี้เป็นแบบ 32-bit หรือ 64-bit ง่ายๆ เลย -bash-4.1$ isainfo options option   -v : Prints detailed information about the other options   -b : Prints the number of bits in the address space of the native instruction set.   -n : Prints the name of the native instruction set used by portable applications supported by the […]

Linux Command Reference

Saturday, May 15th, 2010

รวมคำสั่งลีนุกซ์บางส่วนที่เป็นประโยชน์สำหรับพวกเราครับ File/Directory Basics 1 2 3 4 5 6 7 8 9 10 คำสั่ง หน้าที่ รายละเอียด ls List files แสดงรายชื่อไฟล์และไดเร็คทอรี่ cp Copy files สำเนาไฟล์ mv Rename files เปลี่ยนชื่อไฟล์ rm Delete files ลบไฟล์ ln Link files สร้างไฟล์เชื่อมโยง cd Change directory ย้ายไปยังไดเร็คทอรี่ที่ต้องการ pwd Print current directory name แสดงชื่อไดเร็คทอรี่ปัจจุบัน mkdir Create directory สร้างไดเร็คทอรี่ใหม่ rmdir Delete directory ลบไดเร็คทอรี่ (ที่ว่างเปล่าเท่านั้น)คำสั่ง […]

Unix Command เบื้องต้น

Thursday, July 30th, 2009

Is – คำสั่งที่ใช้สำหรับแสดงแฟ้มข้อมูล มากจากคำว่า list รูป แบบคำสั่ง ls [option] – option ที่มักใช้กันใน ls คือ -l จะแสดงผลลัพธ์แบบ Long Format ซึ่งจะแสดง Permission ของแฟ้มด้วย -a จะแสดงแฟ้มข้อมูลทั้งหมด -F จะแสดง / หลัง Directory และ * หลังแฟ้มข้อมูลที่ execute ได้ – ตัวอย่างการใช้งาน ls -l ls -al ls -F Cd – คำสั่ง Change Directory ของระบบ Unix,Linux – รูบแบบการใช้งาน cd เคาะ space bar หนึ่งครั้งตามด้วย […]