728x90
ls -l (use a long listing format)
긴 리스트로
- filetype
- file permissions
- number of links
- owner name
- owner group
- file size
- time of last modification
- the name of the file or directory
ls -a (do not ignore entries starting with .)
.으로 시작하는 것들 무시하지 않기
위 두 개의 명령어가 합쳐진 것이 ls -la이다.
참고자료 : https://askubuntu.com/questions/517229/what-does-ls-la-do
'학습 내용 정리 > git' 카테고리의 다른 글
github issue 작성 시 코드 링크 첨부하기 (0) | 2023.06.24 |
---|---|
.gitignore (0) | 2023.06.17 |
node.js npm git 배포 (0) | 2023.06.13 |
github 다운로드 (0) | 2023.05.18 |
github repository에 팀원 추가하기 (0) | 2023.05.18 |