pull down to refresh

"oh shit root just counted the characters in my private key"

but how? by using sudo

(sorry for dumb questions)

162 sats \ 2 replies \ @optimism 2h

sudo means: execute the following command as root. (it means "superuser do", because before sudo we only had su - "superuser", without the... do)

opti@server:~$ id -a
uid=1000(opti) gid=1000(opti) groups=1000(opti)

opti@server:~$ sudo id -a
uid=0(root) gid=0(root) groups=0(root)
reply
100 sats \ 1 reply \ @BlokchainB 2h

And root means complete control of the kernel?

reply
79 sats \ 0 replies \ @optimism 2h

Kernel, filesystem, processes... everything that you didn't secure with SELinux policies (which you'd know if you did)

reply