>You should never use root because you can run commands that will destroy your computer >Instead you should type SU password command that way you can still run commands that will destroy your computer?
Can someone explain why it's bad to log in as root? Cause I'm not really seeing the logic.
Juan Wood
Only run things as an elevated user as needed.
Robert Butler
You aren't accidentally going to type in "sudo." Not to mention the GUI.
Connor Gomez
I run plasma as root
Evan Allen
you aren't also going to accidentally type in rm -rf /
Cameron Gutierrez
I've been using root for years and I never had any problems. Just don't be a retard and use common sense.
Gavin Ward
no, but you might choose the wrong file or delete something via the GUI
Kevin White
Logging in as root for performing normal tasks is against common sense and basic security principles as any stupid bug or vulnerability might affect system components.
Lincoln Turner
>Sup Forums >not full of retards
Oliver Fisher
>via the GUI
Aaron Edwards
I do almost everything via GUI. Deal with it.
Sebastian Rogers
>linux users literally need training-wheels to use their OS
It's interesting how the most "technologically proficient" can't avoid simple malware. It really makes you think...
Josiah Rivera
Is a terminal emulator a gui?
Matthew Davis
It's no different than UAC on windows.
Dominic Barnes
>using UAC
do people actually do this
If UAC is how it feels like to be a linux user, then that's sad.
Cameron Parker
You can go full retard in both. You can turn UAC in windows, and you can just login as root on Linux.
Caleb Edwards
Troll thread/10
Juan Torres
rm -rf /usr /lib/nvidia-current/xorg/xorg
never forget
Brandon Clark
jesus christ, Sup Forums
root shouldn't be your default user because otherwise owned processes can fuck up your system.
To the retarded timesink-os users: Do you start every process with right-click -> Run as administrator?
David Flores
On Windows even with admin privilege you still don't get full control of your system Permission on Windows is a mess
Adrian Morgan
>>Instead you should type SU password command that way you can still run commands that will destroy your computer?
nobody uses su unless they don't have sudo permissions, use sudo instead
>Can someone explain why it's bad to log in as root?
because as root you get given access to a very, very powerful shell with very few checks on some commands, not only can you do the classic rm -rf / (should require --no-preserve-root on recent versions but it will still fuck your shit up) but you can mindlessly do rm -rf * without checking what folder you're in and wipe out your drive, or do a similarly silly mistake with chmod or something (which is far, far more damaging than rm -rf / if you don't have backups)
but not only are you protecting against yourself by not running as root, you're protecting against bugs and typos in programs (see: bumblebee deleting /usr, steam deleting / (which can happen on windows also before any neckbeard Sup Forumsirgin says anything))
not to mention the security risks
pic related, it's you
>>using UAC >do people actually do this
>disabling UAC
what is this, vista release all over again?
Christian White
>disabling UAC
Are you by any chance mentally disabled?
Luke Allen
ARE YOU SURE YOU WANT TO DO THE THING YOU JUST TRIED TO DO?
Joseph Bell
why are you using Linux then?
Brayden Cruz
you are an idiot
stop using computers
Noah Hughes
>Sup Forumstards tell us to never use root on loonix because it's dangerous >they 360 on the Windows UAC, since lmao it's safe to disable it, even if it means you literally disable the same thing that keeps root away on loonix
Why should I disable UAC again? Tell me one good argument why I shouldn't let UAC enabled.
Jaxson Reed
I don't run linux but if I did, I'd do everything as root. Fuck you computer, I'm the administrator, I know what I'm doing and I don't need you thinking for me.
Brody Jones
Because I am free to do so, and Linux is starting to get some pretty competent GUI settings now.
Gabriel Adams
Supersu and other su programs, will let you whitelist programs that ask for su. Or you can allow them access for 1 minute 5min 10m etc etc
Ian Evans
what distro are you using?
Christian Flores
So you run as admin on mac or windows, right?
Julian Young
Mint (cinnamon) most of the time.
Blake Rivera
>i dont need you, stupid flight computer. Im the pilot and can fly that f35 all by my own
Liam Bell
>finally coming out of the "run OS as root" bullshit even in the Windows world that made machines virus-ridden piles of shit >people still think they should run GNU as root or disable Windows admin prompting Shows how fucking goddamn STUPID people are at computers. I swear, some people just need their computers taken away from them.
Luke Lee
/thread
Lucas Morris
Have you ever tried using a non-admin account on windows? It's fucking awful and forces almost every fucking thing to need admin privilege. On GNU/Linux the sudo user gets access to home and all files in it that don't belong to root.
Hunter Turner
root since 2000, same as you OP i don't understand why should i not use it everyday
Kevin Garcia
On a scale 1 to FBI, how fucked am I?
Juan Gonzalez
FBI+1
Jack Peterson
> Hmmmm... I really want to try out my new sudoku programm called sudoku.exe > types sudo [...] > tries to grab drink > drink falls to the left > catches drink with left hand > accidently hits enter > Fuck.jpg > pulls plug > puts the buttplug next to linux pc > looks on screen > Your linux just got raped
kek
Austin Fisher
You can accidentally do that, newfag. rm -rf / home/user/yourmomnudes for example.
Daniel Diaz
--no-preserve-root
Noah Cox
You forgot the part where you accidentally type your password.
Ryder Roberts
Cucks
Elijah Williams
why the fuck would you need sudo to delete something in home? Unless it belongs to root. Entering your password should tip you off. Always double-check your typing in any case
Camden Thompson
...
Eli Richardson
Not quite.
Eli Sullivan
...
Zachary Roberts
Sauce?
Luis Sullivan
when you run an application, that application can do anything. The reason you use privileges is so you can limit the application to never destroy the system. Ideally you would segment it a lot more, so applications is not aware of other applications.
Malware is still bad, but this is a sane way to separate applications that affect the system and applications that can affect user created documents
Samuel Davis
This looks kinda comfy.
Gabriel Sanders
its not always required, if you use sudo with password, second sudo command doesnt require the password for like 30-60 seconds
Jack Roberts
this looks kinda painful
Lincoln Watson
The main reason, other than a broken installation of Common Sense 2016.7, is that bugs happen in software packages that may not get caught. You simply cannot vet all code as an individual, those you must sandbox what you can. Additionally, running as root while having internet-connected services enabled doesn't just put your personal data at risk, it puts the entire machine at risk if there is a 0-day exploit or you are using weak encryption.
Luke Johnson
...
Joseph Thomas
Uac is security theatre. It does nothing more than annoy the user. Sudo keeps the user from fucking up their own shit. They aren't related at all.
Jordan Moore
Hey you know what's funny? If you lean over while using TempleOS, it'll crash the computer!
David Anderson
> mfw people talk about uac
Jaxon Johnson
Things that you hate when maintaining other people servers. >disable selinux >all folder permission set to 777 (rwxrwxrwx)