더북(TheBook)

-t(--type) 옵션으로 유닛 유형에 따라 결과를 필터링할 수 있습니다. 시스템이 제공하는 서비스 목록이 궁금하면 다음과 같이 입력해서 service 유닛만 확인할 수 있습니다.

supreme@master:~$ systemctl list-units -t service

target은 부팅 과정에서 활성화할 유닛을 결정하는 유닛입니다. systemctl list-dependencies는 의존 관계에 있는 유닛을 보여 주는 명령으로 timers.target과 관련된 유닛 목록을 조회하면 시스템 타이머 목록을 확인할 수 있습니다.

supreme@master:~$ systemctl list-dependencies timers.target
timers.target
● ├─anacron.timer
● ├─apt-daily-upgrade.timer
● ├─apt-daily.timer
● ├─e2scrub_all.timer
● ├─fstrim.timer
● ├─fwupd-refresh.timer
● ├─logrotate.timer
● ├─man-db.timer
● ├─motd-news.timer
● ├─snapd.snap-repair.timer
● └─systemd-tmpfiles-clean.timer

잠깐만요 ≣


systemd 이전에는 시스템 초기화 과정에서 실행할 작업을 런레벨(runlevel)이라는 개념으로 구분했습니다.

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.