리눅스 unlink

  다른 뜻에 대해서는 함수 unlink 문서를 참조하십시오.

1 개요[ | ]

unlink
언링크
/bin/unlink
  • 파일을 삭제하는 리눅스 명령어

2 실습[ | ]

[root@zetawiki ~]# touch test.txt
[root@zetawiki  ~]# ll test.txt
-rw-r--r-- 1 root root 0 Dec 12 16:27 test.txt
[root@zetawiki  ~]# unlink test.txt
[root@zetawiki ~]# ll test.txt
ls: test.txt: No such file or directory

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}