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.
  • M [email protected]

    Some do. I'm sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.

    adrianthefrog@lemmy.worldA This user is from outside of this forum
    adrianthefrog@lemmy.worldA This user is from outside of this forum
    [email protected]
    wrote on last edited by [email protected]
    #125

    Hmm I just tried editing some systemd service with Kate and it did actually give me an authenticator popup when I tried to save it

    Although then the prompt expired and now it does nothing when I try to save it. Restarted Kate and now it works again...

    I haven't tried that before

    When I try to go into the sudoers.d folder tho it just says I can't, and the same thing happens when I try to open the sudoers file in Kate. If I try to copy and paste a systemd service in dolphin tho it just says I don't have permission and doesn't give a prompt.

    lol if I open it with nano through sudo it says 'sudoers is meant to be read only'

    1 Reply Last reply
    0
    • adrianthefrog@lemmy.worldA [email protected]

      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?

      ytg@sopuli.xyzY This user is from outside of this forum
      ytg@sopuli.xyzY This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #126

      The GUI apps do (depends on your DE). Terminal apps like nano are designed to work without fancy desktop stuff, like Polkit. Any sort of graphical text editor should prompt you for your password.

      systemctl still asks for a password, though. Because it's systemd, and it's part of everything.

      1 Reply Last reply
      0
      • raccoonball@lemm.eeR [email protected]

        Sometimes one wants to access a file without making changes though. Escalating privileges is the answer in this scenario and windows doesn't make that as easy,as it doesn't really want to you act as SYSTEM

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

        100% true, and a great counterpoint.

        ::: spoiler Copium/denial
        That's well beyond even power user (imo) and into the forensic analysis realm though, where you should probably be using dedicated tools. I'm pretty sure there are still ways around this, ways to back up and restore the ACLs, but I haven't ran into a need to not touch the modified timestamp in the decade or so I've been doing tech work professionally nor in the decade before as simply a young enthusiast. There's still ways around that timestamp too, and arguments to be made that adjusting the ACL is touching metadata rather than the file itself.

        I do what I can to stay out of ACLs at my workplace.
        :::

        Windows ACLs are far more complicated than they have any right to be, and file perms are generally far simpler on Linux.

        1 Reply Last reply
        0
        • M [email protected]

          Oh we absolutely can throw shade at MS when they use the very same schemes to install "features" you cannot turn off or applications you cannot uninstall.

          FUCK MS for deciding what invasive spyware-I-mean-features to turn on with no recourse for the average user.

          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
          #128

          I'm not sure what that has to do with my comment.

          1 Reply Last reply
          0
          • B [email protected]
            sudo chown <username> <file>
            
            chmod 700 <file>
            

            Don’t see a problem 😉 /s

            darkassassin07@lemmy.caD This user is from outside of this forum
            darkassassin07@lemmy.caD This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #129
             sudo chown -R <user> /
            

            Never have a permission issue again! Lmao

            1 Reply Last reply
            3
            • 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

              darkassassin07@lemmy.caD This user is from outside of this forum
              darkassassin07@lemmy.caD This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #130

              A lot of the hate comes from Microsoft forcing it down everyones throats.

              If it had been left to user choice, they may actually have a decent userbase; but instead it's been forcefully installed on pretty much every windows computer regardless of the owners preferences, it repeatedly re-asserts itself as the default browser, some windows features are hard-coded to use it and break if its removed, there is no simple uninstall process, and windows update will re-install it if you manually remove it.

              It's my damn computer; if I don't want a piece of software, I should be able to remove it.

              Ditched Windows entirely 2 years ago partly because of that, partly because of the same upcoming behaviour with AI. Fuck Microshaft, I'll take my money and attention elsewhere. (I was previously paying for/using pro licenses, for features like RDP hosting)

              1 Reply Last reply
              1
              • black0ut@pawb.socialB [email protected]

                Linux apps follow simplicity principles. If you don't have permission to delete a file, why assume you may know the password of the user who has permission?

                You can preface sudo to any command to execute it with root privileges, which would be similar to running as admin in windows.

                Graphical apps do tend to ask for authentication if it makes sense. No userland apps should need more permissions than the current user's in order to run.

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

                Small pedantic correction, but you can’t preface every command with sudo; only executables can be invoked with sudo as it can’t elevate your current shell. Naturally, the way to execute non-executables such as builtin routines as root is to just spawn into a root shell with sudo su.

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

                  nobody was expecting linux users sucking eachothers cocks in the comment section

                  jumping_redditor@sh.itjust.worksJ 1 Reply Last reply
                  1
                  • K [email protected]

                    nobody was expecting linux users sucking eachothers cocks in the comment section

                    jumping_redditor@sh.itjust.worksJ This user is from outside of this forum
                    jumping_redditor@sh.itjust.worksJ This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #133

                    I was, and so was c/unixsocks

                    1 Reply Last reply
                    0
                    • A [email protected]

                      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.

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

                      You should keep your software updated.

                      1 Reply Last reply
                      0
                      • I [email protected]

                        That’s just because Linux is designed for end users so everything is intuitive and easy. Windows is designed for tech nerds that like digging through pages to make anything work

                        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
                        #135

                        Did you accidentally switch those? Windows is clearly for protecting end users so us tech nerds need to jump through bullshit.

                        I 1 Reply Last reply
                        0
                        • B [email protected]

                          Did you accidentally switch those? Windows is clearly for protecting end users so us tech nerds need to jump through bullshit.

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

                          As someone who has used both; Linux is infinitely easier for an idiot

                          1 Reply Last reply
                          0
                          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