• adksilence@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    Yeah, that guy’s issue isnt a matter of “Microsoft has control over my PC!!!”; more like “I’ve been using a computer for years and never actually looked at how things work under the surface”.

    Simple permissions error, happens in Linux all the time as well.

    • ByteOnBikes@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      7 months ago

      Right?

      This reeks of inexperience.

      We lock things down because a malicious program can easily be “owned” by the user through stupid choices. And now you got viruses.

      This is a way to stupid proof things. And the workaround isnt difficult, but it’s to stop people like Andrew. And so far, success.

      • laughterlaughter@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        Why are you assuming so much about Andrew?

        What are these workarounds? And why are they workarounds and not standard procedures?

        • stephen01king@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 months ago

          The workaround is to log in as an administrator and give his user account the permission to modify the files. Why is it not standard procedure? Because giving normal users the permission to edit everything by default instead of just files that they own is how people used to be able to delete system32 and brick their windows install.

  • yuri@pawb.social
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    In defense of Andrew, until windows 10 never had I ever installed a program that made it’s own files untouchable unless you did some real fuckery with permissions.

    As soon as they introduced that little warning screen in program files it was clear shit was going downhill for power users.

    • DudeDudenson@lemmings.world
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      I discovered basic versions of windows are even more restrictive when I was unable to install my favorite lightweight pdf reader in a friend’s laptop because Windows home just said that for my safety I wasn’t allowed. With no option to bypass this limitation being hinted at.

      Ended up installing it anyways but had to run the installer from an admin terminal (luckily it was windows 7 so it was a local account with admin rights instead of a bullshit Microsoft one)

  • John Richard@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    Andrew is not very smart. Windows isn’t very good, but he is very clueless. There are legitimate things to complain about, but Andrew just complains.

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      Andrew doesn’t know how file system permissions work. He complains that computers demand he keeps up, but these ACLs have been a thing since Windows XP (for consumers, much longer for older NT versions) so clearly the 14 years he had to catch up weren’t enough.

      I’m not sure why he brought up moving to 64 bit (guess he came from XP, perhaps?), I don’t think thats relevant to anything here.

      He doesn’t seem to know what an administrator account is (so his normal account probably is an administrator account) and rants something about “owners” as if that means anything to a computer.

      He also concludes that this needs to be done for every file (it doesn’t) and then gets mad about that.

      Fixing ACLs sucks, it takes forever and the UI isn’t very good for novices, but this guy’s anger seems to be misdirected towards his own misunderstandings about how Windows works and has worked for over a decade at the point he came to the forums.

      None of this is because of “changes”, if anything his problem is exacerbated by the fact Windows still has the Win2000 permissions dialog on ACLs to this day.

      • John Richard@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        Windows permissions can be tricky… I’ll give them that. A lot of the tools Microsoft provides are not very straightforward.

        However, PowerShell and tools from Sysinternals suite, or open source tools as well, make it a lot easier.

        Managing permissions on Linux, especially if doing the ACL thing, can be complicated too. I’ve really never ran into many permission issues myself. psexec has been helpful too when needing to access things as the SYSTEM user and not get those stupid prompts asking me to change permissions for protected folders.

        • Skull giver@popplesburger.hilciferous.nl
          link
          fedilink
          arrow-up
          0
          ·
          7 months ago

          Having used secured SELinux enterprise code, I’ve learned that Linux permissions can be even more complicated than Windows’ when multiple permission models suddenly overlap. There’s an endless supply of special bit flags, security contexts, and sandboxing features that all overlap.

          I’ve run into very complicated Linux permission issues when combining SELinux (properly configured, not just neutered and standby) and system services in some specific configuration. Once you start applying the permission systems that Windows comes with by default in Linux, you get the same problems (or worse ones, as Linux has a multitude of permission systems stacked on top of each other).

          On Windows, I recall one particularly messed up drive from another computer that not even NT_AURHORITY\SYSTEM was allowed to alter the ownership of. Luckily Linux happily stripped out all the permissions for me because Linux can plainly ignores ACL if you’re root and provide the right flags. Probably a terrible way to break ACLs in a managed environment, but this time it was a feature!

          • frezik@midwest.social
            link
            fedilink
            arrow-up
            0
            ·
            7 months ago

            We tend to forget about it these days, but the Unix permissions model was criticized for decades for being overly simplistic. One user having absolute authority, with limited ways to delegate specific authority to other users, is not a good model for multi-user operating systems. At least not in environments with more than a few users.

            A well-configured sudo or SELinux can overcome this, which is one reason we don’t bring it up much anymore. We also changed the whole model, where most people have individual PCs, and developers are often in their own little VM environment on a larger server.

            • Skull giver@popplesburger.hilciferous.nl
              link
              fedilink
              arrow-up
              0
              ·
              7 months ago

              I agree with the critics, the Unix permission model is too basic. I’ve run into this myself doing the very difficult operation of “reusing an ext4 USB drive on another computer” because all the files were suddenly owned by a user that didn’t even exist on my laptop.

              NTFS fixed this issue by having the OS generate user IDs across systems rather than reusing the same IDs and making the administrators match everything up. I don’t think selinux can fix that, though.

              I welcome the extensions bringing Linux’ permission model to the 21st century, but the way they’ve all been implemented independently does cause some weird edge cases that clearly nobody has tested.

          • ericatty@lemmy.ml
            link
            fedilink
            arrow-up
            0
            ·
            7 months ago

            Omg, it’s an inside-joke at our company now.

            Anytime something happens on a server that’s been running great for years, like a hard drive going bad or the time one literally caught on fire…

            98% of the time it is selinux that is the reason it is doing weird things after the main fix because selinux changed a setting on the reboot.

            “Have you checked selinux?” is the go to question whenever anything breaks now, even if it’s not a computer.

    • gravitas_deficiency@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      I think Andrew might be a lawyer.

      My roommate for a couple years in college was pre-law, and did some internships after graduation but before gaining his own law degree. He mentioned at one point how absolutely and hilariously pervasive it was at the firm he was working for attorneys to just run screaming to IT every single time literally anything was even the slightest bit inconvenient or obtuse (to their understanding). Part of it was the logic of “I bill clients at $800/hr, I am not spending my time to resolve whatever this hiccup is”, but part of it was absolutely also some bullshit power dynamics.

          • datavoid@lemmy.ml
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 months ago

            I was working with a doc on an IT problem a few months ago… It was a mildy terrifying experience, I would never want someone so ignorant as my doctor.

            • GreyEyedGhost@lemmy.ca
              link
              fedilink
              arrow-up
              0
              ·
              7 months ago

              I don’t know, I don’t think I want the best IT person in the world performing an appendectomy.

              Just because you’re an expert in one field doesn’t mean you’re an expert in every field.

              • MonkeMischief@lemmy.today
                link
                fedilink
                arrow-up
                0
                ·
                edit-2
                7 months ago

                I don’t think I want the best IT person in the world performing an appendectomy.

                “Okay so let’s start with the simplest thing by performing a power cycle and seeing if that fixes it…CLEAR!”

        • Dr. Bob@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          7 months ago

          I was married to a lawyer for years. They have to bill somewhere from 1700-2200 hours a year to stay on partner track. And they can’t bill every hour that they’re working (although they can double up sometimes by using the minimum 2/10ths of an hour). My sympathy is with the lawyer. It’s not a power dynamic, it’s how the firm makes money and what you’re there to do.

          • mosiacmango@lemm.ee
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            7 months ago

            Yeah, because being a raging asshole to your coworkers is justified as long as it helps you “stay on partner track.”

            Abusive people always find justifications for it.

            • Dr. Bob@lemmy.ca
              link
              fedilink
              English
              arrow-up
              0
              ·
              7 months ago

              Because their continued employment depends on them hitting their targets so they need support staff to do their jobs.

              • hedgehog@ttrpg.network
                link
                fedilink
                arrow-up
                0
                ·
                7 months ago

                But being rude and abusive to support staff doesn’t help, encourage, or even compel the support staff do their jobs any better or faster. In fact, I’d wager it’s rather the opposite.

                I work in IT (not IT support, though) and I’m fortunate enough that none of my business partners are outright abusive. Even so, I still have some that I deprioritize compared to others because working with them is a pain (things like asking for project proposals to solve X problem and never having money to fund them). If someone was actively rude to me when I had fucked up, much less when I was doing a great job, I can guarantee I wouldn’t work any better or faster when it was for them.

              • mosiacmango@lemm.ee
                link
                fedilink
                arrow-up
                0
                ·
                edit-2
                7 months ago

                Yup, there’s the justification right on time. They had to abandon basic civility and professionalism to “hit their targets.”

                Thats why they can be abusive, ignore the company process for tickets, threaten their coworkers, whatever they want. They need to “stay on parnet track” and “hit their targets.” No one else has any stressors or requirements at their workplace, just the lawyers.

                Nevermind that the “support staff” make sure lots of people, processes and services work, and may individually be more important to “hitting targets” for the company as a whole than any individual lawyer.

                How about the lawyers “do their job” by interacting with their coworkers professionally? By submitting tickets correctly and in a timely manner?

                Abusing your coworkers is never justified.

            • MonkeMischief@lemmy.today
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              7 months ago

              “Look guys, their industry makes their boss abusive to them which makes them abusive to their staff, so it’s just how it is because money…”

              This is like "Well my drunk granddad had anger issues after the war so he beat my dad who beat me something fierce and I turned out fine " of the professional world.

              Some people think enough money or status is worth disrespecting other human beings who are just trying to do their already shitty enough job, and that’s concerning.

              I.T has to hit their “ticket targets” to stay on the “lights come on when they flip the switch at home” track, it’s how they make their money and what they’re paid to do.

              Playing coddling psychologist for grown adults who could pass a bar exam but can’t handle basic respect doesn’t make things any easier lol.

              To any of those types reading this:

              Stressed or not, it’s amazing how fast things move when you work with IT as teammates instead of underlings, using your level brain instead of your emotionally unstable mouth.

    • Carighan Maconar@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      Yeah like, complain about the one thing MS is finally improving in recent years, clamping down on non-admin users and non-admin permissions.

  • onlooker@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    Andrew is ignorant. He could learn the basics of computer literacy, which would answer all his questions, but I’ll take a shot in the dark and say that Andrew doesn’t want to do that and is perfectly happy being ignorant. And also angry.

  • sundray@lemmus.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    Oh! I know! Andrew wants Windows 95. But then he won’t be able to post questions on the Internet any more 😔 .

    • AnUnusualRelic@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      7 months ago

      There are versions of OS/2 or BeOS that might fit his style. Although they’re called something else nowadays.

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      chown won’t alter the ACLs set by setfacl (which is much closer to the permission model Windows follows).

      On Windows, you can use takeown /f "path" /r to recursively set the owner on a directory. Powershell can do more fine-grained control if necessary.

      The problem with this and your proposed Linux solution is that most normal users don’t know any command line tools and just want a button to access their files. Windows does have this, but it doesn’t always work reliably. On Linux it depends on the file manager, but I don’t think any of them support setfacl-style permissions.

      • Carighan Maconar@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        In which case you could also go right-click -> properties -> security -> advanced -> click change where it lists the owner.

        It’s not as quick but hey, mouse-driven UI exists.

        • BleakBluets@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          7 months ago

          I think I had this guy’s exact issue and maybe even stumbled upon his comment in that Microsoft support forum thread. It looks very familiar, but I could have just seen the meme before.

          My problem was that I needed to do this for 100+ files, so using the UI individually for each file was out of the question. The eventual solution I found was in this tutorial for adding a context menu entry that changes folder/file ownership recursively. It’s been very useful!

      • Laser@feddit.org
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        Ah, ACLs, had the pleasure of working with these again last weeks.

        It gets really curious when even the Arch wiki doesn’t really know what’s going on (talking about mask and effective permissions):

        The factual accuracy of this article or section is disputed.

        Reason: The original note about the --mask option (which was taken from setfacl(1)) was determined as inaccurate, but the new note does not seem correct either. See the talk page for details.

        From trying, I can confirm that the info presented further down is wrong.

        Once you read what it actually does and why it’s the way it is, it makes more sense - not that I remember it now - but at least there was a coherent design decision behind it

      • PumaStoleMyBluff@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        7 months ago

        The fact that Andrew might have to run this at all means Windows (or possibly the manufacturer of his camera) has fucked up. He should not need to learn about this to use his files. Obviously he shouldn’t have permissions to system files but that’s clearly not what he actually wants.

        • mosiacmango@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          7 months ago

          Windows defaults to giving a user access to common folders like a desktop, pictures, etc. Most never need anymore access to internal folders.

          The fact that Andrew has the permissions settings open enough to discover “owner” but doesnt understand what any of it is means and instead launched a “don’t tread on me” screed about his “dominion of all things mine” implies that he fucked up, not Microsoft.

          • PumaStoleMyBluff@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            7 months ago

            How did his user account lose permissions to a folder of pictures?

            He didn’t “discover owner” by opening any permission settings. He is simply asserting that he is the owner of the pictures he took, in a non-technical sense.

            • mosiacmango@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              7 months ago

              He doesnt talk about pictures at all. That was someone elses supposition.

              It’s not clear from the snippet of text what the issue is, but it sure looks like he opened up the folder ACLs and found that his account wasn’t “Owner” for some folder/files, and now hes mad that he is being made to elevate his own account for that folder, because “He is the OWNER!” of the files in a property rights context.

  • idegenszavak@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    Pebkac. Gui equivalent of chown perfectly working on windows and supports recursing into directories. If the questioner doesn’t know how to login as an admin they miss some absolute basic computer usage knowledge, and a general help forum thread wont help them.

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      Strong Disagree, the GUI equivalent of chown is a bizarrely long series of clicks that less knowledgeable users will easily get confused doing.

          • idegenszavak@sh.itjust.works
            link
            fedilink
            arrow-up
            0
            ·
            7 months ago

            If you read the thread they got an answer to their question, then OP posts this rant here like its a classic “windows is stupid” thing, while simply a user tries to do something which is too complex for them, and blames their lack of knowledge on the os.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        It’s a seven step process if you include steps like “log in”.

        The problem isn’t the steps themselves, it’s that very few users understand file system permissions.

        These errors occur when you’re trying to access a profile folder of a user from another install. Most folders don’t have restrictions like these. However, going into a user folder and changing ownership isn’t something you want someone to do accidentally (because you can easily break a second user account that way).

        For Microsoft, the three options seem to be “add a magic button that probably breaks something”, “disable ACLs by default”, or “guide users through the advanced interface”. I think they’ve made the right call here, this is an issue a tiny sliver of their user base will ever run into.

    • Scrubbles@poptalk.scrubbles.tech
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      Not to mention there is no admin anymore, it’s essentially a sudo style with it popping up asking are you sure.

      This though really reeks of their son dragged and dropped their old files onto a new computer and didn’t set the NTFS permissions, and purposely set them up as a non admin so they wouldn’t bother them with “I got a new virus”. When I have an elderly relative ask for me to set up their computer I don’t give them admin rights

  • amio@kbin.run
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    “I shouldn’t have to use permissions or sudo, just all root all the time”

      • anytimesoon@feddit.uk
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        I don’t run as root because I’ve always been told I shouldn’t. I don’t know enough about anything to be contradicting stuff like this. It has always seemed weird to me that we don’t run as root and then just sudo everything, though.

        What is the reason we don’t run as root?

        • MartianSands@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          7 months ago

          Because you might accidentally do something which breaks the system, or you might run a program which does something malicious without your knowledge.

          By gating dangerous (or protected for any other reason) commands behind sudo, you create a barrier which is difficult to accidentally cross

        • emergencyfood@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          7 months ago

          What is the reason we don’t run as root?

          We are human and make mistakes. Not running as root means the computer will ask us to confirm when we are about to do something major (like a software update, or formatting a partition). This reduces the chance of making big mistakes. (But I don’t see why VLC shouldn’t be able to run as root, if the user so desires.)

          • psud@aussie.zone
            link
            fedilink
            arrow-up
            0
            ·
            7 months ago

            (But I don’t see why VLC shouldn’t be able to run as root, if the user so desires.)

            You don’t run VLC as root because you don’t especially trust that build of VLC

            We don’t run random stuff as root because it’s a stupid risk. We try to only take necessary risks. Risks that make things easier. Running random programs as root gains you nothing and causes annoyance in that you need to fix permissions on its configuration files if you want to run out as a user

            There is nothing stopping you though if you want to set up a Linux machine where you log in as root, run a desktop environment as root, run apps as root. You’re unlikely to be taking an unreasonable risk as a home user.

        • Laser@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          7 months ago

          You’re not supposed to “sudo everything” though. It’s mostly for changing the system configuration (editing config files in /etc/, running your system package manager etc.). It shouldn’t be a “oh, I got a permission error, better sudo the same command again olol”

        • Trainguyrom@reddthat.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 months ago

          A big part of it comes from the security model and Linux historically being a multi-user environment. root owns the root directly / which is where all of the system files live. A normal user just has access to their own home directory /home/username and read-only access to things the normal user needs like the /bin where programs are stored (hence /bin/bash in lots of bash scripts, it tells the script what program to run the script from)

          Because of this model, a normal user can only mess up their own files, while root can mess up everyone’s files and of course make the system non-bootablem. But also you can have user Bob signed in and doing stuff but unable to access user Alice’s files, and user Alice can be doing stuff and even running the same programs that user Bob is running (since it’s read only there’s no conflict) and then the administrator can log in as root to install something because they got a ticket to install suchandsuch for soandso.

          Back to your point with sudo, sudo is Super User Do, so you are running a single command as root. By running it as root you can potentially be messing up with Alice and Bob might be doing, and most importantly whatever you are running with sudo can potentially affect any file on the computer. So if you run the classic rm -rf / it will delete every file that the user has write access to, so if bob runs it it’ll delete all of /home/bob/ but Alice will be unaffected, and the admin can still log in as root to do stuff.

          If you host a website you’ll generally take advantage of this by giving the www folder read-only access so that web users can only see webpages and can’t start reading random system files, or for server software you can create a dedicated user to run that server software as, so if someone were to somehow exploit a vulnerability and gain access to that server user they can only mess up the software and no system files

  • TCB13@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    Andrew complains, Microsoft makes a root mode so Andrew can have his way. Andrew breaks his computer the next second by deleting a system file and proceeds to call Microsoft support. :)

    • Honytawk@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      7 months ago

      Most of the annoying stuff that Linux users hate about Windows are because Windows has to cater to even the least technologically knowledgeable users.

      It is why Windows updates are forced, why so many files are locked behind SYSTEM user and can’t easily be circumvented, why some settings are registry or Group Policy only, why some settings are opt out, …

      Without those, their support center would blow up.

      So if Linux wants to become mainstream, it will have to cater to those users as well. And Linux will slowly turn into Windows.

      • NekuSoul@lemmy.nekusoul.de
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        And Linux will slowly turn into Windows.

        Some distros maybe, but I’d say that instead we’d quickly have another golden era of malware.

      • TCB13@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 months ago

        Most of the annoying stuff that Linux users hate about Windows are because Windows has to cater to even the least technologically knowledgeable users.

        Isn’t that the whole idea of GNOME? Always considering users as stupid and lowering the bar?

  • computerscientistII@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    As far as I remember the secret is to log in as admin and change the ownership of the files to yourself, then change permissions and then do whatever the f you want with the files.

  • psud@aussie.zone
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    Did I do something odd when I set up my windows 11 machine?

    If Microsoft has something marked as admin access, it just presents me with a dialogue asking if I want to do whatever as admin

    I mean it’s not like I have open hardware so there’s a whole lot of my machine I really have no practical access to, but everything this guy wants is there

    Him saying he’s the owner suggests a private machine, so no corporate lockout from system components. Do computer shops set up admin accounts and lock their customers out as low-privileged users?

  • KomfortablesKissen@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    I want to say “Haha, Idiot trusting Microsoft”.

    But honestly I want the same stuff he wants. Including modems in mobile phones. Including EVERYTHING I own.

    • drathvedro@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      There’s an OS you might like. It has no UAC, no file permissions, no sudo nor chmod, as it has no multi-user support, no antivirus and no firewall, no protection rings, not even spectre/meltdown mitigations, and most of all - no guard-rails whatsoever: You can patch the kernel directly at runtime and it won’t even give you a warn. And yet, it is perfectly safe to run. It’s called TempleOS and it achieves such a flawless security by having no networking support whatsoever and barely any support for removable media. If you want a piece a software - you just code it in, manually. You don’t have to check the code for backdoors if it’s entirely written by you… only for CIA at your actual back door…

    • wizzor@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      What does ‘modems in mobile phones’ mean? Isn’t the whole thing a modem strapped onto a screen? What am I missing?

      • AProfessional@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 months ago

        I think they just mean they should have control over the modem. They are all locked down and proprietary with known backdoors throughout history, effectively bypassing any OS level security.

      • WaterWaiver@aussie.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        7 months ago

        A lot of phone modems ship with their own SoC (processor) running its own OS. It’s much smaller and slower than the main phone SoC but, depending on its implementation, it can have full access to all of your main processor’s memory through DMA.

  • intensely_human@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    Is this real? Are people having to request permission changes on files by petitioning microsoft to change their permissions?

    • MystikIncarnate@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      I’m a sysadmin and I work with Windows a lot.

      The short version is that only the users granted permission to a given set of files can access those files. With NTFS permissions it’s… Complicated. You can have explicit permission to a file, or implied permission via a group that you’re a part of, or some combination of those things. You can also have read, but no write. You can have append but not create, you can have delete, but not list. It’s a lot of very granular, very crazy permissions.

      There’s also deny permissions which overrule everything.

      What has likely happened is that the posters user account doesn’t have implied or explicit permission to the file, but if you sign in as an administrator, even if the administrator doesn’t have permission to read/write/append/delete the file, the administrator has permission to take ownership of a file, and as owner, change the permissions of a file. Being owner doesn’t mean you can open/read/write/append/delete anything, you can just change permissions and give yourself (or anyone else) permissions to the file.

      Changing ownership is a right which, as far as I’m aware, cannot be revoked from admin level users. They can always change ownership. Owners of files cannot be denied the right to change the permissions of a file as far as I know. This will always result in some method by which administrative level accounts can recover access to files and folders.

      In my experience, exceptions exist but are extremely rare (usually to do with kernel level stuff, and/or lockouts by security/AV software).

      The poster might legally and physically own the device and all the data contained therein, and may have an administrative level account on that device, but the fact is, their NTFS permissions are not set to allow them access to the data. The post they’re replying to is trying to let them know how to fix it by using an administrative level account and they’re not tech-savvy enough to follow along.

      I don’t blame them. File permissions issues are challenging even for me, and I fully understand the problem.

        • MystikIncarnate@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 months ago

          Yep, there’s actually quite a few more than what I mentioned, if you get into the advanced dialogs.

          IMO, it’s unnecessarily complicated, but given that NTFS is used for network file sharing in large companies, I get why it’s so crazy. They probably demand those kinds of granular permissions.

          I know Linux is a lot simpler. Just read/write/execute, and a single group, single owner, and a setting for “everyone else” kind of thing, which is generally sufficient for 90% of use cases.

    • homura1650@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      I think what happened here is that something went wrong and messed up the permissions of some of the users files. MS help suggested that he login as an administrator and reatore the intended permissions.

      I don’t work with Windows boxes, but see a similar situation come up often enough on Linux boxes. Typically, the cause is that the user elevated to root (e.g. the administrator account) and did something that probably should have been done from their normal account. Now, root owns some user files and things are a big mess until you go back to root and restore the permissions.

      It use to be that this type of thing was not an issue on single user machines, because the one user had full privileges. The industry has since settled on a model of a single user nachine where the user typically has limited privileges, but can elevate when needed. This protects against a lot of ways a user can accidentally destroy their system.

      Having said that, my understanding of Windows is that in a typical single user setup, you can elevate a single program to admin privileges by right clicking and selecting “run as administrator”, so the advice to login as an administrator may not have been nessasary.

      • Balthazar@sopuli.xyz
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        7 months ago

        On that last part, theres a difference between elevating a file to admin, and being an admin in Windows.

        In a lot of cases the ui is GREATLY simplified when not an admin, to the point where you might only have like 20% of all available options.

        For the standard user? Great! Not when you’re messing around with permissions.

        It’s why you ALWAYS log in as Admin when setting up a windows server. Iirc you can’t even install tiles without actually being an admin, even if you have all logins.


        From my experience with windows, your current guess is correct btw :D

      • intensely_human@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        So this guy is just bitching because he sudo installed something?

        It’s not MS having to manage your folder permissions remotely?

        • psud@aussie.zone
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          7 months ago

          I feel like he has a machine that someone set up for him, and he can’t escalate permissions, because he’s on a basic user account.

          The normal way this works on a single user machine is:

          1. You try to do something that is restricted to admin
          2. Windows puts up a modal dialogue box asking if you want to do it as admin
          3. You click yes
          4. You do it as admin

          But in that case he can’t have locked himself out of a file, he can only be locked out of things Microsoft think you shouldn’t muck with unless you know what you’re doing