1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages.ko/common/pathchk.md
K.B.Dharun Krishna 898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30

598 B

pathchk

경로명의 유효성과 이식성을 확인합니다. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/pathchk-invocation.html.

  • 현재 시스템에서 경로명의 유효성을 확인:

pathchk {{경로1 경로2 …}}

  • 더 넓은 범위의 POSIX 호환 시스템에서 경로명의 유효성을 확인:

pathchk -p {{경로1 경로2 …}}

  • 모든 POSIX 호환 시스템에서 경로명의 유효성을 확인:

pathchk --portability {{경로1 경로2 …}}

  • 빈 경로나 선행 대시(-)만 확인:

pathchk -P {{경로1 경로2 …}}