-로 시작하는 파일 지우기(삭제)...... > LINUX

본문 바로가기

사이트 내 전체검색

뒤로가기 LINUX

-로 시작하는 파일 지우기(삭제)......

페이지 정보

작성자 최고관리자 작성일 21-02-10 16:52 조회 8,063 댓글 0

본문

[root@localhost Dback]# rm --help
 Usage: rm [OPTION]... FILE...
 Remove (unlink) the FILE(s).

  -d, --directory      unlink FILE, even if it is a non-empty directory
                          (super-user only)
  -f, --force          ignore nonexistent files, never prompt
  -i, --interactive    prompt before any removal
  -r, -R, --recursive  remove the contents of directories recursively
  -v, --verbose        explain what is being done
      --help    이 도움말을 표시하고 끝냅니다
      --version  버전 정보를 출력하고 끝냅니다

To remove a file whose name starts with a `-', for example `-foo',
 use one of these commands:
  rm -- -foo

  rm ./-foo

 Note that if you use rm to remove a file, it is usually possible to recover
 the contents of that file.  If you want more assurance that the contents are
 truly unrecoverable, consider using shred.

 <bug-coreutils@gnu.org>(으)로 버그를 알려 주십시오.

댓글목록 0

등록된 댓글이 없습니다.

Copyright © beautipia.co.kr. All rights reserved.

contact : webmaster@beautipia.co.kr

PC 버전으로 보기