Types of users in Linux
1)Super user / root user
When you are a root user you will see this on terminal -
[root@hostname ~]#
'#' denotes that you are a root user.
root user has all the privilages i.e read , write , execute permission on
files/directories by default.
2...
linuxshortnote.hashnode.dev1 min read