About 970,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. Why can't I scroll in the terminal? - Super User

    I'm using Ubuntu 16.04 Cinnamon. After repositioning a terminal window (GNOME Terminal 3.18.3), I suddenly can't scroll up through the terminal output. Shift+PgUp writes 2~ on the …

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

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

  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. 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 …

  6. Terminal not launching in Ubuntu 22.04

    Nov 24, 2022 · For some reason, I can't open the terminal through the shortcut (terminal icon) in Ubuntu 22.04. It works through Visual Studio Code, though, so that makes me confused. I …

  7. Command to open new terminal window from the current terminal?

    Apr 22, 2015 · Normally if you want a command to open from the terminal and separate (so it returns to the prompt without having to close the opened program), you have to use something …

  8. 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 …

  9. Windows terminal on windows 11 gives error not finding nerd font

    Nov 21, 2023 · After search I was able to find different way to install font. I initially installed the font by copying the fonts over to fonts directory (Control Panel\All Control Panel Items\Fonts). …

  10. How do I rename a directory via the command line? - Ask Ubuntu

    Aug 8, 2011 · I have got the directory /home/user/oldname and I want to rename it to /home/user/newname. How can I do this in a terminal?