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/linux/rmdir.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

415 B

rmdir

파일이 없는 디렉토리를 제거합니다. 같이 보기: rm. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html.

  • 특정 디렉토리 제거:

rmdir {{경로/대상/폴더1 경로/대상/폴더2 ...}}

  • 특정 중첩 디렉토리를 재귀적으로 제거:

rmdir {{[-p|--parents]}} {{경로/대상/폴더1 경로/대상/폴더2 ...}}