From 5557be9f3d853381f2516cdac9d2b6c1c9e52331 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL <44241862+zamazzal@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:47:04 +0100 Subject: [PATCH] docs(deep-in-system) fix the subject --- subjects/devops/deep-in-system/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/deep-in-system/README.md b/subjects/devops/deep-in-system/README.md index f7e47883..71b9fafa 100644 --- a/subjects/devops/deep-in-system/README.md +++ b/subjects/devops/deep-in-system/README.md @@ -55,7 +55,7 @@ $> ping -c 5 google.com > You do not have to use the root user in your setup process! You won't need it when you have `sudo`. -##### Sudo provides fine-grained access control. It grants elevated permissions to only a particular program that requires it. You know which program is running with elevated privileges, rather than working with a root shell (running every command with root privileges). +Sudo provides fine-grained access control. It grants elevated permissions to only a particular program that requires it. You know which program is running with elevated privileges, rather than working with a root shell (running every command with root privileges). - You have to disable remote root login via ssh.