Yes yes, I REALLY want to terminate that process and I am very sure about it too, ty.

  • LesserAbe@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Is there some Linux equivalent to “ctrl + alt + del?” I get that killing a process from the terminal is preferred, but one of the few things I like about windows is if the GUI freezes up, I can pretty much always kill the process by pressing ctrl+alt+del and finding it in task manager. Using Linux if I don’t already have the terminal open there are plenty of times I’m just force restarting the computer because I don’t know what else to do.

      • fleabomber@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I’ve heard those quick keys a thousand times but my brain has determined that it is not necessary information for me to retain.

  • Laura@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    btw funny story since many comments mention NFS/CIFS:

    I have a share mounted at /smb and the server sometimes just dies so when I want to unmount it I run umount /smb but my shell (zsh) hangs after typing umount /sm and the b doesn’t even show

    I guess zsh does a kind of stat() on everything you type but bash came to save the day

    • rtxn@lemmy.worldM
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      I don’t know if clean ZSH does it, but if you have the zsh-syntax-highlighting plugin, it tests if the path you’re typing exists every time you edit the line.

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

    mainly wrong, by default kill send a SIGTERM, you can try SIGINT or SIGQUIT too, and in the end SIGKILL of course. Same in windows there is different way