유닉스

유닉스란?

리눅스 설명 잘되어있음 (리눅스 쿡북)

https://zetawiki.com/wiki/리눅스에서_폴더_통째로_복사하기

apt

apt

systemctl과 service 차이

http://i5on9i.blogspot.com/2020/06/service-systemctl.html

service 는 wrapper script 이다. 이 script 는 systemd service 의 start, stop, status 와 관련된 일들을 할 수 있도록 해준다. service\script source code 내부적으로 service script 가 initctl or systemctl or the /etc/init.d 를 사용한다. 복잡한 일을 할 때는 직접 systemctl 등을 이용해야 하지만, start, stop, status 관련 작업은 service script 가 더 낫다. 추가적인 작업을 해주기 때문이다. 예를 들어, socket 과 관련된 systemd service 인 경우 먼저 socket 을 stop 해준다.

std 정리

https://blog.seotory.com/post/2016/04/standard-streams-in-linux

마운트

mount

find