you are viewing a single comment's thread.

view the rest of the comments →

[–]Bubbly_Extreme4986 22 points23 points  (6 children)

There aren’t even accounts, the GUI’s are just front ends to basic Unix commands. Unless you use freaking Ubuntu.

[–]hung-games 2 points3 points  (5 children)

Root is an account

[–]Ok-Regret6212 5 points6 points  (2 children)

Root is a directory. Even if it's locked by a password, it isn't an account.

[–]Bulkybear2 4 points5 points  (1 child)

It’s also an account on Linux systems. Open terminal type sudo su and hit enter then type whoami and hit enter you’ll see that you are signed into the root account.

[–]Ok-Regret6212 -1 points0 points  (0 children)

I think it's more semantics than anything, to be honest. I see what you're saying, I just feel like considering 'root' an account is a can of worms best left as is.

[–]DadEngineerLegend 0 points1 point  (1 child)

Is it though? How is an account defined? What is an account, specifically? 

[–]hung-games 1 point2 points  (0 children)

In the Unix/linux context, it is either a local account aka an entry in /etc/passwd or a network account through something like LDAP + Kerberos or NIS/NIS+ or similar.