Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. memes
  3. Who's in charge?

Who's in charge?

Scheduled Pinned Locked Moved memes
memes
136 Posts 95 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F [email protected]

    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!

    Z This user is from outside of this forum
    Z This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #73

    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.

    R 1 Reply Last reply
    6
    • D [email protected]

      You forgot the fact that there might be other people using the same computer and they shouldn't be able to access the others files.

      C This user is from outside of this forum
      C This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #74

      No I didnโ€™t. Most computers on the planet (phones, tablets, laptops) have only 1 user. The whole multi-user system isnโ€™t obviously useful for these computers.

      Everyone knows that multiple user accounts need permissions to prevent users from accessing each otherโ€™s files. I didnโ€™t bring it up because it was too obvious.

      1 Reply Last reply
      2
      • the_picard_maneuver@lemmy.worldT [email protected]
        This post did not contain any content.
        kolanaki@pawb.socialK This user is from outside of this forum
        kolanaki@pawb.socialK This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #75

        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.

        B B 2 Replies Last reply
        2
        • H [email protected]

          Why use a hack when you can just go into properties and take ownership there?

          The only thing this does is make a shortcut.

          B This user is from outside of this forum
          B This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #76

          Because it's a shortcut. That process is annoying.

          1 Reply Last reply
          0
          • undearius@lemmy.caU [email protected]

            sudo chown -R 1000:1000 /* && sudo chmod -R 777 /*

            L This user is from outside of this forum
            L This user is from outside of this forum
            [email protected]
            wrote on last edited by [email protected]
            #77

            Great way to get your computer pwnt.

            /*

            What's * doing here?
            Operate only on the nonhidden top-level files?

            1 Reply Last reply
            1
            • G [email protected]

              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.

              E This user is from outside of this forum
              E This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #78

              In a way, percussive maintenance was successful.

              1 Reply Last reply
              1
              • the_picard_maneuver@lemmy.worldT [email protected]
                This post did not contain any content.
                L This user is from outside of this forum
                L This user is from outside of this forum
                [email protected]
                wrote on last edited by [email protected]
                #79

                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?

                ๐Ÿค”

                1 Reply Last reply
                8
                • kolanaki@pawb.socialK [email protected]

                  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.

                  B This user is from outside of this forum
                  B This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #80

                  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? ๐Ÿค”

                  kolanaki@pawb.socialK 1 Reply Last reply
                  2
                  • G [email protected]

                    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.

                    redjard@lemmy.dbzer0.comR This user is from outside of this forum
                    redjard@lemmy.dbzer0.comR This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #81

                    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).

                    1 Reply Last reply
                    1
                    • B [email protected]

                      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? ๐Ÿค”

                      kolanaki@pawb.socialK This user is from outside of this forum
                      kolanaki@pawb.socialK This user is from outside of this forum
                      [email protected]
                      wrote on last edited by [email protected]
                      #82

                      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.

                      F D 2 Replies Last reply
                      0
                      • kolanaki@pawb.socialK [email protected]

                        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.

                        F This user is from outside of this forum
                        F This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #83

                        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 authority

                        kolanaki@pawb.socialK 1 Reply Last reply
                        0
                        • D [email protected]

                          deleted by creator

                          F This user is from outside of this forum
                          F This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #84

                          We are not root of our own minds

                          1 Reply Last reply
                          0
                          • F [email protected]

                            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 authority

                            kolanaki@pawb.socialK This user is from outside of this forum
                            kolanaki@pawb.socialK This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #85

                            I do see the system level authority in the permissions tab; but IDK if that's just because I am on pro or not ๐Ÿคทโ€โ™‚๏ธ

                            1 Reply Last reply
                            0
                            • K [email protected]

                              Not necessarily. Linux can have files that are r---r---r--- too

                              F This user is from outside of this forum
                              F This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #86

                              It is also possible to make a file "immutable" such that even sudo rm -f will fail

                              1 Reply Last reply
                              2
                              • frenchfryenjoyer@lemmings.worldF [email protected]

                                Edge is the best browser for downloading much better browsers lol

                                A This user is from outside of this forum
                                A This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #87

                                Edge is literally the first program I use on a fresh install.

                                D 1 Reply Last reply
                                9
                                • V [email protected]

                                  Me trying to uninstall edge

                                  S This user is from outside of this forum
                                  S This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #88

                                  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

                                  S L V I darkassassin07@lemmy.caD 5 Replies Last reply
                                  3
                                  • W [email protected]

                                    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.

                                    rockettaco37@lemmy.worldR This user is from outside of this forum
                                    rockettaco37@lemmy.worldR This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #89

                                    Sounds like a bad excuse for having a shitty product.

                                    W 1 Reply Last reply
                                    1
                                    • S [email protected]

                                      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

                                      S This user is from outside of this forum
                                      S This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #90

                                      Edge is a fine browser. I use it when Firefox isn't working for a particular reason.

                                      1 Reply Last reply
                                      1
                                      • K [email protected]

                                        Not necessarily. Linux can have files that are r---r---r--- too

                                        B This user is from outside of this forum
                                        B This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #91

                                        Then 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.

                                        I 1 Reply Last reply
                                        5
                                        • S [email protected]

                                          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

                                          L This user is from outside of this forum
                                          L This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by [email protected]
                                          #92

                                          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.

                                          raccoonball@lemm.eeR 1 Reply Last reply
                                          12
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups