목록명령어 (1)
차밍이
[Linux] 리눅스 명령어 모음 cat,find,grep,cp,mv, mkdir,touch,mdir 등
mkdir - 폴더 생성(디렉토리 생성) mkdir testfolder1 mkdir testfolder2 mkdir subfolder touch - 빈파일 생성 touch [생성할 파일 이름] or touch [디렉토리 경로/파일명]으로 두 가지 방법으로 사용 가능 touch testfile1 touch file.sh touch py_script.py touch /chan/sub/testfile1 touch /chan/py_workspace/calc_all.py rmdir - 디렉토리 삭제 rmdir [삭제할 디렉토리 이름] 형식으로 사용 비어있는 디렉토리를 삭제 지정한 디렉토리에 파일이 있는 경우 삭제 불가능 rmdir testfolder1 rmdir garbage_folder rm - 파일 및 디렉토..
리눅스
2021. 8. 4. 21:47