diff --git a/docs/06-Security-and-File-Permissions/02-Linux-Accounts.md b/docs/06-Security-and-File-Permissions/02-Linux-Accounts.md index 81dc5c4..96696a0 100644 --- a/docs/06-Security-and-File-Permissions/02-Linux-Accounts.md +++ b/docs/06-Security-and-File-Permissions/02-Linux-Accounts.md @@ -97,4 +97,8 @@ [~]$ grep -i ^root /etc/passwd /root:x:0:0:root:/root:/usr/sbin/nologin ``` - \ No newline at end of file + - To know more about sudo, sudoers, sudoer.d in Linux and the meaning behind the cat /etc/sudoers file content, refer below resource + You will understand user, groups roles, permissions, access in great detail. (https://heshandharmasena.medium.com/explain-sudoers-file-configuration-in-linux-1fe00f4d6159) + ``` + [~]$ root@ubuntu-host /etc ➜ cat /etc/sudoers + ```