반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 드로우
- 자바스크립트
- GIT
- draw
- 제이쿼리
- 파이썬
- JavaScript
- 덩크로우
- react
- 오라클
- 덩크 로우
- Nike
- 발매예정
- sacai
- stockx.com
- 주식
- dunklow
- 리눅스
- 리액트
- dunk high
- 코로나19
- oracle
- 나이키
- 주식공부
- Linux
- Github
- Dunk Low
- Python
- 덩크 하이
- jQuery
Archives
- Today
- Total
목록SHUTDOWN (1)
Life goes slowly...
[Linux] 자주 쓰는 Linux 명령어
Web 서버를 운영할때 수정한 소스를 반영 및 배포하기 위해서 자주 쓰이는 Linux 명령어. System 관련 shutdown : System 종료 ex) shutdown [옵션] [시간 “메시지”] halt : System 종료 poweroff : System 종료 reboot : System 재부팅 shutdown -r now : System 재부팅 디렉토리 관련 pwd : 현재 자신이 위치하는 디렉토리 ex) [root@localhost ~]# pwd cd : 디렉토리 이동 ls : 폴더 내에서의 파일 및 폴더들을 표시 ex) ls [옵션] [경로/파일명] mkdir : 디렉토리 생성 ex) mkdir [옵션] 디렉토리명 rmdir : 디렉토리 삭제 ex) rmdir 경로 File 관련 touch..
프로그래밍/Linux
2020. 7. 27. 08:44