• @[email protected]
      link
      fedilink
      22 years ago

      That’s the first one i’ve learned to use and I have a hard time actually using the escape key. it’s just so out of the way

  • @[email protected]
    link
    fedilink
    English
    17
    edit-2
    2 years ago

    ESC Z Z

    Although I usually bang ESC a few times to
    make sure i’m back to command mode

    • @[email protected]
      link
      fedilink
      English
      222 years ago

      You shouldn’t really use editor with sudo, but instead use sudoedit to edit files restricted to root user

      SUDO_EDITOR=nano sudoedit /etc/fstab

      This accomplishes the same function while running the text editor as unprivileged user

      • @[email protected]
        link
        fedilink
        82 years ago

        Alternatively you could use my favorite approach, Visual Studio Code. Just open the file with it, edit it and upon saving you will be promoted if the file needs admin rights to save.

        • Doctor xNo
          link
          fedilink
          English
          22 years ago

          So for any supposedly malicious activity (infected) it wants to do, it just has to hold until you save and give admin access? 😅

          • @[email protected]
            link
            fedilink
            22 years ago

            Yes, but if you want to argue along those lines, you could also have an infected version of vim on your system just waiting to do malicious stuff until you give it sudo access.

        • @[email protected]
          link
          fedilink
          English
          32 years ago

          Yup, s/vsc/kwrite/ personally, it’s lighter, but why shouldn’t I have a pretty for my config editing needs…

          • @[email protected]
            link
            fedilink
            32 years ago

            Vscode does have a lot of shortcuts, so you could always study them in detail and impress others that way. 😅

      • Doctor xNo
        link
        fedilink
        English
        12
        edit-2
        2 years ago

        Why?

        Files from user: nano

        Files from root: sudo nano

        Files from another user: sudo nano (and if new sudo chown after)… 😂

        Never had any problems with this in over 10 years… 😅😂

        • @[email protected]
          link
          fedilink
          English
          142 years ago

          Doing sudo nano will not load your user configuration, sudoedit will. I had plenty of problems with this, but I assume you don’t have any custom configuration.

          • Doctor xNo
            link
            fedilink
            English
            4
            edit-2
            2 years ago

            I just have a root custom config too. 🤷‍♂️ This even allows me to easily use different configs for root than for the user.

            Made with ‘sudo nano’, fyi. 😂

          • Samuel C
            link
            fedilink
            9
            edit-2
            2 years ago

            One reason why sometime I don’t do sudoedit is that I make a lot of changes to the config/restart service/see it works/edit etc… sudoedit only write to the file when exiting, so that flow won’t work…

            for example when having adding a new host on nginx and some configuration and see if everything work (sudo vim/systemc nginx restart/curl https:// domain loop)

            but yeah in general i’ll just use sudoedit (which alias to se for me) for my root editing

        • @[email protected]
          link
          fedilink
          English
          42 years ago

          As mentioned, to prevent running your text editor with root permissions. It’s just security optimization

          • Doctor xNo
            link
            fedilink
            English
            42 years ago

            Let me rephrase my question:

            Why would I not want to open nano as root?

            No offense, but that sounds like more OCD behavior. 😅 I don’t need or want protection against myself, and I even loath the whole “that’s not how you’re supposed to do it”-mentality of linux (where when commands know very well what you want, instead of doing it, just tell you you forgot something). 😅

            • @[email protected]
              link
              fedilink
              22 years ago

              It’s probably to protect against any potential security vulnerabilities in the text editor program itself, not to protect you from yourself.

              • Venia Silente
                link
                fedilink
                English
                22 years ago

                You can say that just about anything.

                sudo grub sudo boot sudo root=/dev/disk/linux sudo kernel-6.1.image sudo init sudo elogind sudo xterm sudo bash sudo nano

                • @[email protected]
                  link
                  fedilink
                  1
                  edit-2
                  2 years ago

                  Again, like I replied to the other comment, most of the programs you need root for are designed with security in mind and are inherently more secure and have less vulnerabilities than a non security focused program (that is not to say that it is impossible for a security program to have vulnerabilities -it certainly occurred before and keeps occurring- they just have a lot fewer). But even if you need root permissions for a non security focused program, you still shouldn’t let any program have it, the whole point is to minimize the surface of attack.

              • Doctor xNo
                link
                fedilink
                English
                32 years ago

                Wouldn’t that logic count for anything, including sudo itself?

                • @[email protected]
                  link
                  fedilink
                  22 years ago

                  Sure, but sudo is specifically designed with security in mind as a security program, whereas text editors are not (although I am more likely to trust vim than vscode). Running a malicious program as the user and not as root can help mitigate the impact it could do, even though it will still be able to do a lot as a user.

              • Doctor xNo
                link
                fedilink
                English
                4
                edit-2
                2 years ago

                But, in that example:

                If I’m the admin it doesn’t matter I use it.

                If I’m not it’s not my problem that I could get more privileges than allowed. I’d probably even use the possibility then. 😅

                So it poses a risk if you allow none-admin users to do that on your system, but I still don’t see why I must choose to not use nano as root myself. 😅

                Anyway, good practice to me is ease-of-use instead of with 7 protections against things that rarely happen.

                Like, I’m pretty sure you are better protected from burglars if you also lock all doors inside your house, but I’m definitely not doing that either. 😅

                Edit: Also, if you have users on your system, just chroot/vroot/lxc them, so they be free to ‘sudo nano’ too… 😅

            • @[email protected]
              link
              fedilink
              English
              2
              edit-2
              2 years ago

              It’s not any OCD behavior, but simply the best practices. You’ve probably at least minimally familiar with the principal of least privilege? The idea is to minimize scope of a potential problem , was it malicious attack or user error, by restricting access to minimum required to perform a task. It may feel like fighting pedantically (and I’ve been fighting this more than I’d care to) but it will save your ass one day.

      • @[email protected]
        link
        fedilink
        152 years ago

        I rent a place where I don’t have direct access to the main switch, so what I do is I just stop paying utilities until Vim closes :)

  • key
    link
    fedilink
    English
    102 years ago

    Ctrl-z

    ps

    kill -9 pid

    fg

  • @[email protected]
    link
    fedilink
    22
    edit-2
    2 years ago

    until the moment you realize that somehow you are not on your native keyboard layout and where the hell is : and ! in this weird language??!