From 92153f91892a1a8691e5268a9d7d52dd1c217958 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 21 Oct 2020 09:04:22 +0000 Subject: [PATCH] post(busybox-aws): grammar --- source/_posts/busybox-httpd-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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