this post was submitted on 07 Dec 2023
1131 points (98.4% liked)

memes

9343 readers
1944 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] otter@lemmy.dbzer0.com 21 points 8 months ago (3 children)

Lemme guess: Windows, hunh?

[–] Honytawk@lemmy.zip 14 points 8 months ago (1 children)

In windows you can just update the security settings and do anything you want with it.

It is a feature not a bug, that regular non-tech users can't just go about deleting their System32.

[–] Sanyanov@lemmy.world 6 points 8 months ago (1 children)

I feel like Windows lacks some sort of switch that would clearly identify you as an advanced user allowed to do everything.

May be hidden as a flag in the registry, even.

[–] ftbd@feddit.de 2 points 8 months ago (1 children)

Isn't that what admin/root access is for?

[–] Sanyanov@lemmy.world 1 points 8 months ago

Yes, and getting one on Windows is...problematic.

In Linux, you type sudo.

[–] vox@sopuli.xyz 12 points 8 months ago (2 children)

linux has the same gile ownership system, maybe even less advanced than windows (windows file perms are unnecessarily convoluted)

[–] Cethin@lemmy.zip 13 points 8 months ago (1 children)

True, but in Linux is pretty trivial to change the ownership (or just use "sudo" if that's sufficient. Windows it takes longer to do these things.

[–] grandkaiser@lemmy.world 5 points 8 months ago* (last edited 8 months ago)

chmod in Windows is just as trivial

[–] HelloHotel@lemmy.world 4 points 8 months ago* (last edited 8 months ago) (1 children)

My only hickup is SElinux, otherwise the permission system on linux is annoying but admin friendly minus stuff like /dev/mem always being denied and libfuse understanding and miscommunicating the risks of the "allow users (with correct permissions) to access another user's fuse partition" setting. (And its not user privicy, its DOS prevention)

[–] vox@sopuli.xyz 2 points 8 months ago* (last edited 8 months ago)

tbf /dev/mem is mapped to physical memory, access to most of which is completely denied by the memory controller in the cpu (while it's in usermode), no matter rhe access level