sudo chown <username> <file>
chmod 700 <file>
Don’t see a problem ;) /s
Is there a technical reason that Linux apps can’t/don’t just pop up an authenticator thing asking for more privileges like Windows apps can do? Why does nano just say that the file is unwriteable instead of letting me increase the privileges?
Some do. I’m sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.
With arch+xfce4 I mostly don’t. Except for when I do systemctl reload <service> in a cli without sudo and it pops a surprise elevation password request gui in my face. I haven’t figured out what makes it behave like that.
I use Arch btw 👉🧐 eats booger
Iirc there are ways to format your command to get it to do this. So whatever app you’re using just chose to format its command the simpler way.
Me trying to uninstall edge
Edge is the best browser for downloading much better browsers lol
Edge is literally the first program I use on a fresh install.
You can install firefox via cli like powershell.
winget install Mozilla.Firefox
First command I run on any new Windows install
I don’t know what’s the hate with edge, it works wonderfully for an average user, it’s fully configurable with add-ons and handles security policies really well
The AI integration might be a bit over the top but nothing you can’t disable in your side
Really I don’t see why you guys pile on so much on it
Microsoft’s monopoly and their for-profit anti-consumer practices is what’s wrong with it. Their history says they cannot be trusted. I’d ask myself why they need a browser in the first place.
Edge is a fine browser. I use it when Firefox isn’t working for a particular reason.
I own you!
take ownership & full access of all resources
threat actor exploits a vulnerable application that is (1) running as you to (2) access resources it doesn’t need: they commandeer your system
how did that happen?🤔
I have Windows 10 Pro. I can alter the permissions for anything. If I wanted to, I could delete System32 and fuck the whole thing up.
Pretty sure you can do that for home as well, just as long as you aren’t in S mode.
Otherwise, admin console and clear the file permissions.
All that being said, for your average user, if you are trying to delete a file and windows says you don’t have permission, it’s probably best to leave it alone.
Can you delete Xbox games installed by another administrator? I ran into that problem a few years ago because I reinstalled W10 and had it keep “personal files” which apparently included my Xbox games. I couldn’t touch them at all, but I had W10 Home. I wonder if my problem could’ve been mitigated more easily than a full wipe of the drive? 🤔
I’m pretty sure I can. It just takes a little more effort actually going into the permissions tab of the files because Windows doesn’t have an equivalent to CHMOD AFAIK.
Though, I am pretty sure you can do those basic permission options without Pro or Enterprise. You just need to be on an administrator account. Other things, like messing with actual system files, requires the Group Policy Editor.
Windows has
icacls
andGet/Set-Acl
for permissions. You can also manipulate ownership, although it’s quite convoluted. Just doingtakeown
is the easiest.I’m conflicted on linux vs windows in this regard. I liked ACLs in Windows, but if a software/installer decided to mess it up, it was messed up good, and required lots of manual intervention.
On any Windows system based on the NT kernel (XP+), there’s an additional access level above “Administrator”:
NT Authority\SYSTEM
. Some malware can make files hidden or write protected even to Administrator, and afaik there isn’t a legitimate way to obtain that authorityI do see the system level authority in the permissions tab; but IDK if that’s just because I am on pro or not 🤷♂️
POOF
Wish 1: Delete your self (the genie deletes your sense of self)
Would the genie get stuck in an endless loop, trying to find the owner of the three wishes for wish 2?
When I want to end myself
My Body: Survival_Instincts.exe has activated
You don’t even own your body lol
We are not root of our own minds
My work laptop had a pop-up from an application that basically said “we couldn’t restart last time, so you e got 15 minutes until we reboot your computer” with no way to cancel or prevent the reboot.
Me: the fuck you are
* proceeds to kill the service and process from admin command line*
Get fucked fortinet, I’ll reboot when I’m gods damned ready
had a friend that was having problems with his PC and windows kept bitching about he didn’t have permissions. he ripped out the harddrive with it still powered on and threw it off his balcony into the lake screaming, “I fucking own you!”
epic moment in my life to witness such an event.
Did it work after that?
No, but this time the owner knows why it doesn’t work. Big difference in IT.
Is the power cable connected? No? Okay plug it in, then turn it off and back on again.
ROFL
no but he had a second drive and installed xp on it.
vista was at the bottom of the lake.
goes to show how old the story is lol.
In a way, percussive maintenance was successful.
Windows moment
Not necessarily. Linux can have files that are r—r—r— too
It is also possible to make a file “immutable” such that even
sudo rm -f
will failThen you sudo chmod. Windows I have to do weird shit with the properties context menu. And even that sometimes doesn’t work. I run commands in powershell as Administrator. Still doesn’t work.
Fuck Windows.
sudo chown -R 1000:1000 /* && sudo chmod -R 777 /*
alias iownyou='sudo chown -R 1000:1000 /* && sudo chmod -R 777 /*'
Now I’ve learned enough to know that I can easily learn what all that apparent gibberish does with the “man” command, but you have no idea how unbelievably unapproachable this makes Linux look to the uninitiated.
You don’t have to use the cli. But it’s nice to have the option if you want to.
Create one command “iownyou” that does tbe following: Change the owner of every file on the computer to the default user and make every file readable, writeable, an executable by anyone or anything on the computer. It may not be secure, but on the bright side, you’ll never have permission issues again!
Until you realize you just screwed up whatever services you may be running that require specific permissions on specific files. Certificates specifically come to mind for my environment.
Then don’t mess with things you don’t understand? I don’t see how this relates to gui vs cli.
This isn’t all that different from using CMD on windows. Except that it works better, obviously.
I use:
alias thisfolderismine='sudo chown -R $USER' alias thisfileismine='sudo chown $USER'
Great way to get your computer pwnt.
/*
What’s
*
doing here? Operate only on the nonhidden top-level files?
Me, realizing I can’t delete Edge because the OS assumes it’s installed
Only if you don’t know how to use Windows.
Which I am starting to suspect a ton of Linux users on here are incapable of.
I am Root!
If you’re on windows this means you don’t own the file. Go to properties security and take ownership.
The default windows configuration is aimed at old people who will call tech support when they fuck up their PC.
You can take ownership of pretty much the entire filesystem.
Windows is actually hugely customizable people just don’t.
In the basic case you go to settings and change permissions.
In the more typical case for os modifications, you go to that tab, open advanced properties, change the owner account by typing in “everyone” or your account name by hand, saving, closing reopening the advanced security settings, probably disable inheritance then create a new permission entry.
In the most extreme case, where you change files belonging to something critical like windows defender or edge, you can’t.
The only way I am aware of is booting into an older windows install iso, or a live linux iso, then performing the modifications there.Disclaimer: I have not done this on windows 11 yet, but I can’t imagine the process got simplified.
Windows has a lot of systems that allow some more complicated modifications. Those are often unnecessarily obfuscated, the registry for example doesn’t have to be a weird custom database, it could have been part of the filesystem or at least a more standard database format. Windows will sometimes bite you with weird sketchy systems breaking expectations, and this tends to become inevitable when you try to change stuff Microsoft has decided to remove consumer choice on.
If Edge and the account push were as easy to avoid as learning how to take basic file ownership, we might not be where we are now (i.e. on Linux).Glad to see another voice of sanity regarding Windows.
If you haven’t learned by now, on Lemmy the only valid option for dealing with Windows configuration and basic Windows admin tasks is to yeet Windows and go to Linux.
If you haven’t learned by now, on Lemmy the only valid option for dealing with Windows configuration and basic Windows admin tasks is to yeet Windows and go to Linux.
Not true. The only valid option to deal with Windows at all is to yeet it and go to Linux.
That isn’t the reason to yeet Windows. If you were talking years ago about 7 or XP, things were different. 10 is not that great comparably, and 11 is a mess. But keep your Windows, if it’s what works for you. Until it doesn’t.
Dual boot for the best of both worlds (although I’m finding myself more and more on the Linux side because it’s better for me.)
Even Windows 11 still has all the options Windows 7 had, and plenty more. Stop swallowing the Linux propaganda.
It’s the constant war on end users that chased me away from windows.
You can’t say no to their relentless advertising. It’s “maybe later”. The pushing to require a Microsoft account. Ads in the start menu. Windows Recall.
The list goes on. You get as much agency as Microsoft allows, or you violate your eula and modify the os to remove things you don’t want.
We didn’t know it at the time, but windows 7 was peak windows.
100% valid choice. I’d argue that it’s even the correct one.
That said, those specific examples are all “solved”. My issue is that the overwhelming amount of Linux pushers here tend to act as though those issues are literally unsolvable.
The ads are nearly all controlled from a single yes/no switch a single level deep into the settings menu. And that switch has not been reset by updates in at least four years. Since I’ve joined lemmy, every single “Microsoft is pushing more ads into Windows” article I’ve seen has been talking about ads controlled by this same singular switch.
Things like the pushing of the Microsoft account and Recall are mostly avoided by using their Professional SKU/License/OS version and using GPO to disable those features. Or to take specific steps during install. You have to use the tools they have for corporate customers that have specific legal guidelines that prevent them from being able to use whatever MS’s new revenue extraction trick is.
Bullshit? Yes. Should anyone have to do this shit to have a decent OS? No.
But if you’re savvy enough to navigate Linux, you’re more than capable of navigating this shit on Windows. It’s not impossible.
It’s not propaganda if anyone can try things out for themselves, and even use them both if they want. Stop trying to keep your MS stock high.
I just riced my work computer, let me fucken tell ya about tricking out a windows machine: its fucking embarrassing. Not that its fundamentally different than customizing Linux, for both you download apps (or packages). But its a clumsy ass mess on windows that has to overlay the existing shit, on Linux the only shit that exists is what I want. I dont have to deal with an onery built in taskbar, or trick a built in window manager to be tiling. The one I pick does what I want.
Sounds like a bad excuse for having a shitty product.
I work in this space profressionally. Systems administrarion, architecture, design, and integration. Please take your single sentence “hot takes” elsewhere.
Windows is far from “a shitty product” or “broken”. It is developed by horrid anti-consumer motherfuckers out to extract as much profit as possible from their least profitable user base: home users. Evil as hell, sure, but so is nearly every large corporation that makes shit that fills your personal hovel you call home. If that makes them untouchable for you, that is a great choice. But that does not factually impact the usability or usefulness of the product.
Linux is awesome and necessary. Open source is the only way this whole mess keeps working far into the future, and I am no stranger to compiling shit from source and submitting pull requests.
My problems with the Linux community, specifically on Lemmy, are these: Linux is not “just easier” and depressingly still not ready for the average consumer unwilling to tinker. The overwhelming majority of complaints about Windows so frequently posted here are solved problems that people pretend are entirely unfixable, or refuse to learn how to fix. For many people venting about their computer, it would be easier to direct them how to fix what they have rather than try to use it as an opportunity to push your
religionOS of choice.If you can manage Linux, I promise that “fixing” a Windows install is well within your reach. Plenty of problems with it, but “broken”? “Unusable”? Take a look outside at the majority of the world, or even the fucking Steam user statistics and get back to me on that. More than good enough for the overwhelming majority.
Oh jeez… you’re right. Sorry for expressing a view you disagree with. I feel firmly told off now.
Except when you want to customize it to stop it from updating against your will. Then fuck you, secret code to change your settings and settings that simply do nothing.
One time Windows told me I needed admin privileges to edit s file. I had admin privileges.
You needed permission from the SYSTEM or TrustedInstaller account.
Which you can give to yourself if you are admin.
Last time I did that it didn’t work so I figured I will restart and it will recognize then. Windows got a 30 minute update.
When I logged back in my account was gone and still asked for a password. My old password didn’t work.
Recovery option also fucked my grub. (Probably just the EFI now that I think about it.)
That last bit about GRUB is why I never put Windows on the same drive as my Arch, btw install. If they both have their own EFI partitions, Windows doesn’t mess with Linux.
Just because you have admin rights doesn’t mean the process you’ve invoked does. Unless you specifically elevate it or the process asks to elevate, it’ll run unprivileged.
sudo chown…
Wrong root password, this incident will be reported