Linux
💻

Linux

설명
리눅스 기본 구조와 명령어
Last Updated
Last updated May 12, 2022
태그
Linux
IT

Linux for Beginners


mac이나 윈도우


사용자 친화적이다.
GUI
개발자들이 만들어 놓은 기능을 사용하기 편하게
 

리눅스


이와 비하면 날것의 식재료 같다.
CLI(Command Line interfave)
프로그래밍 할줄 아는 개발자들이 얼마든지 만져보고 개조할 수 있는..
오픈소스 운영체제 = 모두가 쓸수 있고 원하는데로 수정 할 수 있다.
다양한 활용: 서버용, pc용, 안드로이드, IOT
 

리눅스 커널


리눅스 커널 = 리눅스
리눅스가 칼이면 커널은 칼날이다
하드웨어 요소(물리적 컴퓨터)들을 os의 최하단 기계를 상대하는 최전선에서 직접 다루고 관리
운영체제라는 소프트웨어의 존재이유이자 핵심
커널이 아닌건 부속용품일 뿐이다.
컴퓨터에 명령을 내리고 결과를 받는건 커널 덕분이다.
 
notion image
 

Linux Distribution


notion image

🗃 Linux Directory


notion image
notion image
notion image
 

The Linux Directory Structure


notion image

⌨️ 리눅스의 중요 명령어들


notion image
  • 파일 받기: wget
  • Application 설치: 리눅스 마다 다르다... 공식사이트에서 검색하자
  • apt-get: 데비안 계열 리눅스 환경에서 소프트웨어 다운로드 받는 소프트웨어 메니저. node.js의 NPM, 파이썬의 PIP와 동일
 

Teach+Yourself+To+Fish+


notion image
 

Working with Directories


notion image
notion image

Listing+Files+And+Understanding+Ls+Output+


notion image
notion image
notion image
notion image
notion image
notion image
notion image
 

File and Directory Permissions Explained - Part One


Viewing+Files+And+The+Nano+Editor+


notion image
notion image
notion image
 

Vi Cheat Sheet


notion image
 

Deleting, Copying, Moving, and Renaming Files


 

Wildcards


notion image
notion image
 
notion image
notion image
notion image
notion image

Input, Output, and Redirection


 

Searching in Files and Using Pipes - grep