[Linux] 명령어 정리 March 15, 2022 디렉토리 목록확인 $ ls $ ls -l : 자세한 내용까지 출력한다. $ ls -a : 숨겨진 파일이나 디렉토리까지 보여준다 . $ ls -s : 파일 크기 순으로 정렬한다.