티스토리 뷰

반응형

1. 현재 디렉터리의 상태 보기 및 명령어의 형식

ls: file list 간단한 파일 표시

 

ls(command) --help: simple manual 간단한 매뉴얼
man ls(command): manual 매뉴얼

 

ls -l: list in long format 자세한 표시

d ☞ directory 디렉터리
- ☞ file 파일

 

touch filename: make empty file 파일 생성
ex) touch showfile.txt 일반 파일 생성
      . filename: hidden file 숨 긴파일

      ex) touch. hiddenfile.txt 숨긴 파일 생성

ls -a: show all files 모든 파일 표시

ls -l -a(ls -la, ls -al): 자세한 표시, 모든 파일 표시 

 

출처: https://opentutorials.org/module/3747/22520

반응형
댓글
공지사항