linux command

cksum

Linux Command – cksum ใช้ในการเช็กขนาดของ file โดยนับจำนวน bytes ทั้งหมดใน file

 

คำสั่ง

cksum <file>

ผลลัพธ์ที่ได้ คือ ค่า CRC checksum และ จำนวน bytes

$ cat test
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
$ cksum test
2026839149 80 test

 

โครงสร้างคำสั่ง

 cksum [FILE]...
 cksum [OPTION]

 

รายละเอียด

เป็นคำสั่งที่ใช้นับจำนวน bytes ของ file เพื่อแสดงจำนวน CRC checksum เหมาะสำหรับไว้ตรวจสอบขนาดของ file หลักการ transfer ข้าม network ว่า file สมบูรณ์หรือไม่

 

Option

 --help display this help and exit

 --version
 output version information and exit

 

กลุ่มคำสั่ง

 

Reference:

คำสั่ง Unix – Linux Command

Linux, Unix

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com

One Thought to “cksum – Linux Command คำสั่งนับจำนวน bytes ของ file”

Leave a Reply