diff --git a/source/_posts/busybox-httpd-aws.md b/source/_posts/busybox-httpd-aws.md index a305f80..7d9454e 100644 --- a/source/_posts/busybox-httpd-aws.md +++ b/source/_posts/busybox-httpd-aws.md @@ -36,7 +36,7 @@ $ sudo lsof -i -P -n | grep busybox busybox 85600 www-data 3u IPv4 527284 0t0 TCP *:80 (LISTEN) ``` -But we still can't escape the fact that `httpd` is still started using root: +But we still can't escape the fact that `httpd` was started using root: ``` $ ps aux | grep httpd