1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/cksum.md
2024-12-13 22:37:14 +05:30

388 B

cksum

파일의 바이트 개수나 CRC 무결성 검사를 계산합니다. 알립니다: 오래된 UNIX 시스템은 CRC 검사가 다를 수 있습니다. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html.

  • 바이트 단위의 사이즈와 파일이름의 32비트 무결성 검사를 보여줍니다:

cksum {{파일명}}