this post was submitted on 27 Jun 2025
1328 points (99.3% liked)

memes

16015 readers
2639 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.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] selokichtli@lemmy.ml 11 points 1 week ago

sudo stinking effer!

[–] benjaminb@discuss.tchncs.de 11 points 1 week ago (1 children)
sudo chown <username> <file>
chmod 700 <file>

Don’t see a problem ;) /s

load more comments (1 replies)
[–] lmmarsano@lemmynsfw.com 11 points 1 week ago* (last edited 1 week ago)

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?

🤔

[–] Zink@programming.dev 11 points 1 week ago

Ah ah ah! You didn’t say the magic word!

sudo edit the file!

Ah ah ah! You didn’t say the secret word right after!

[–] chonglibloodsport@lemmy.world 9 points 1 week ago (2 children)

Think about this: let’s say you run a program. Do you want that program to be able to take over the computer and read all your files from now on and send the data to a remote third party?

Probably not.

Permissions were created to stop programs from doing that. By running most software without admin permissions you limit the scope of the damage the software can cause. Software you trust even less should be run with even fewer permissions than a normal user account.

The system is imperfect though. A capability-based system is better. It allows the user to control which specific features of the operating system a running program is allowed to access. For example, a program may request access to location services in order to access your GPS coordinates. You can deny this to prevent the program from tracking you without otherwise preventing the software from running.

load more comments (2 replies)
[–] DeathByBigSad@sh.itjust.works 8 points 1 week ago (1 children)

When I want to end myself

My Body: Survival_Instincts.exe has activated

You don't even own your body lol

load more comments (1 replies)
[–] sad_detective_man@leminal.space 7 points 1 week ago* (last edited 1 week ago)

"takeown /f c: icacls c:" changed my life. Windows literally has trusted installer listed as owning most of your hard drive on every fresh install, but that is negotiable. at least for the stuff you need.

[–] gndagreborn@lemmy.world 7 points 1 week ago* (last edited 1 week ago)

Visual representation of the first time I ever saw "owner: nobody"

[–] AbnormalHumanBeing@lemmy.abnormalbeings.space 5 points 1 week ago (1 children)

"Own me? Maybe my physical form - but I don't have to do shit for you if you don't treat me with respect! Want to edit that file without my permission? Go ahead and do it yourself - take a magnetic needle and open up the HDD case yourself!"

[–] marcos@lemmy.world 3 points 1 week ago

So... Go try that and notice Windows is basically always encrypted at rest nowadays.

You can always decap your TPM and use a STM to read the static charges on its memory... But, good luck doing that.

[–] Kolanaki@pawb.social 5 points 1 week ago (2 children)

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.

[–] b000rg@midwest.social 4 points 1 week ago (4 children)

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? 🤔

load more comments (4 replies)
[–] Bytemeister@lemmy.world 4 points 1 week ago

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.

[–] panicnow@lemmy.world 5 points 1 week ago (3 children)

Is this why people run Arch instead or atomic linux distros?

[–] Cort@lemmy.world 3 points 1 week ago

Lol, I had arch tell me that literally last night while I was updating Nvidia drivers. Just reopened dolphin as admin and deleted what I needed to.

load more comments (2 replies)
[–] axEl7fB5@lemmy.cafe 4 points 1 week ago (1 children)

idk tf chown does, use sudo instead. im not going to read man chown either.

sudo su
# do shenanigans in the cli/tui. gui is for noobs
# nvim, ls, touch, stroke, tease, rm
load more comments (1 replies)
[–] Treczoks@lemmy.world 4 points 1 week ago
[–] DmMacniel@feddit.org 3 points 1 week ago
load more comments
view more: ‹ prev next ›