rm -rf directory Safe alternativeergonomics, and performance 삭제 기록 유지, graveyard directory 리눅스- 파일 경로 모두 삭제는 ??(rm: remove write-protected regular file)계정 변경 계정으로 사용 sudo 슈퍼 유저 계정으로 ㅅ 현재 디렉토리 파일찾기 ls -al 파일 조회 ll ls -al 과 같음 ii) 파일찾기 find ./ -name aaa.txt iii) 문자열 찾기 grep -r "찾을 문자열" ./* iv) 파일 & 문자열 찾기 find ./ -name "aaa*.txt" | xargs grep "찾을 문자열" V)https://drengineer.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4How to Recover a Deleted File in LinuxIn this article we will share a tip that may be helpful to avoid removing a file accidentally and how to attempt to recover a deleted file Linux systems.https://www.tecmint.com/recover-deleted-file-in-linux/