Linux - 파일 시스템 탐색

2dean·2023년 5월 18일
0

Linux 기초

목록 보기
1/13
post-thumbnail

Udemy 의 [Linux Command Line 부트캠프: 리눅스 초보자부터 고수까지] 강의 를 보고 정리하는 포스팅 입니다.


명령어

root & home

/  - root
~  - home

pwd

print working directory
현재 작업중인 디렉토리를 출력해줍니다

ls

list

  ls -l //long 상세
  ls -a //all 숨김파일까지

cd

change directory

//. 현재 directory
 //.. 현재 작업 directory의 부모 directory (상위폴더)
 cd .
 cd ..

상대경로 절대경로

Relative Path
현재 디렉토리를 기준으로 한 경로

Absolute Path

/ (root directory) 로 시작하는 경로를 작성하면 됨 
profile
냅다 써보는 공부의 흔적😇

0개의 댓글

관련 채용 정보