ubuntu@OracleVM:~$ systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2022-01-31 13:44:32 KST; 2 weeks 2 days ago
Docs: man:nginx(8) Main PID: 16284(nginx) Tasks: 3(limit: 1110) Memory: 3.1M
CGroup: /system.slice/nginx.service
├─16284 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
├─16285 nginx: worker process
└─16286 nginx: worker process
Jan 31 13:44:32 OracleVM systemd[1]: Starting A high performance web server and a reverse proxy server...
Jan 31 13:44:32 OracleVM systemd[1]: Started A high performance web server and a reverse proxy server.