문법/Linux (1) 썸네일형 리스트형 리눅스 명령어 ls(list) ls [옵션] + 파일/디렉토리 [옵션]내용 -a(all) 해당경로 or 지정경로에서 숨겨진 파일이나 디렉토리를 보여준다. -l(long) 자세한 내용을 출력한다. 소유자, 그룹, 파일크기, 수정일자, 파일이름 -h(human) K,M,G 단위를 사용하여 파일 크기를 사람이 보기 좋게 표시한다. [centos@ip-172-31-0-74 ~]$ ls -a . .aws .bash_logout .bashrc .rnd WC nlogger package .. .bash_history .bash_profile .pki .ssh install openssl prefix [centos@ip-172-31-0-74 ~]$ ls -l 합계 4 drwxrwxr-x. 3 centos centos 26 3월 4 .. 이전 1 다음