[Linux] Terminal 명령어 정리

leecoder·2021년 8월 30일
0

Linux

목록 보기
1/1
post-thumbnail

✏️ Terminal 은 무엇일까요?

  개발한 프로그램은 Linux OS가 설치된 서버에서 배포되고 동작하게 됩니다. Linux 서버에 명령어를 전달하는 수단이 바로 Terminal 입니다.



📍 Terminal 명령어 모음


명령어 설명
cd change directory 폴더 이동
ls list segments 현재 경로 내 파일 목록 출력
pwd print working directory 현재 경로 출력
mkdir / rmdir make directory / remove directory 디렉토리 생성 / 제거
rm remove 파일 / 디렉토리 제거
cp copy 파일 / 디렉토리 복사
mv move 파일 / 디렉토리 이동
cat concatenate 터미널에 파일 내용 출력
touch touch 파일 생성 및 날짜정보 변경
chmod change mode 파일 / 디렉토리 권한 설정
vi vi Editor 파일 에디터 편집(i)
i / :wq insert / 저장 후 종료 파일 에디터 편집(i)
profile
Generalist.

0개의 댓글