About 975,000 results
Open links in new tab
  1. What is a terminal and how do I open and use it? - Ask Ubuntu

    Dec 6, 2012 · A Terminal is your interface to the underlying operating system via a shell, usually bash. It is a command line. Back in the day, a Terminal was a screen+keyboard that was …

  2. In Windows Terminal, how do I add bash as one of the shell options?

    Jan 19, 2023 · I'm using Windows 10 and just downloaded and installed the latest version of Windows Terminal. I would like to use a bash shell within the terminal but when I open the …

  3. process - How do I kill processes in Ubuntu? - Ask Ubuntu

    19 I would use xkill. Enter xkill in a terminal and click in the window, or enter xkill and the process ID and it will be terminated. Found out more about xkill on x.org.

  4. How to reinitialize a terminal window instead of closing it and ...

    Aug 21, 2018 · When I make some changes to the shell/bash behavior, such as setting up an alias, is there a quick command to reinitialize the terminal window instead of closing and …

  5. Setting and getting Windows environment variables from the …

    I want to set an environment variable from the command prompt and then be able to access it globally (for instance, I should see it by going to System -> Environment Variables). When I …

  6. How to run Terminal as root? - Ask Ubuntu

    The graphical root terminal job will be both unsuspended and disowned by the non-root terminal, automatically. In short: sudo -H gnome-terminal ^Z exit But suppose you wanted to keep using …

  7. How do I install a .deb file via the command line? - Ask Ubuntu

    May 6, 2011 · With modern apt I would recommend doing sudo apt install ./package.deb instead. This allows automatically installing all the dependencies and it does all the extra sanity checks …

  8. What is the difference between Terminal, Console, Shell, and …

    Aug 4, 2014 · Some types of terminal emulators include: GUI applications running in the X Window System: Xterm, Gnome Terminal, Konsole, Terminator, etc. Screen and tmux, which …

  9. How to rename a file in Terminal? - Ask Ubuntu

    How to rename a file in Terminal? [duplicate] Ask Question Asked 12 years, 3 months ago Modified 3 years, 1 month ago

  10. How do I save terminal output to a file? - Ask Ubuntu

    How do I save the output of a command to a file? Is there a way without using any software? I would like to know how.