본문 바로가기
Linux

리눅스 1일차 정리

by 느긋한모모 2024. 3. 6.

 

리눅스 읽는 방법 

~ : Tild -> User home을 의미

` ` : Backtic

@ : at 

# : cross gatch

^  : Ctrl

*** : all

? : one character

< : less than, input redirection

< : grater than, output redirection

| : pipe

& : background process run

- : dash

_ : underscore

 

[] : array

{} : dict

() : parameter

 

^c, Ctrl + c, cancel
^d, Ctrl + d, end of document(eod==eot), logout(x2) 
^z, Ctrl + z, suspend process

 

 

'Linux' 카테고리의 다른 글

Centos8 git push WARNING message 제거  (1) 2024.03.14
리눅스 Centos8 자바 설치  (0) 2024.03.14
리눅스 8일차 (라이브러리 사용 && make 사용)  (0) 2024.03.14
리눅스 3일차  (7) 2024.03.12
리눅스 2일차  (0) 2024.03.06