About 50 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 a command interpreter. A Terminal is an entity that takes input from the user and deals with the computer rather than the user deal directly with the computer.

  2. What is the difference between Terminal, Console, Shell, and Command ...

    Aug 4, 2014 · See also Why is a Virtual Terminal “virtual”, and what/why/where is the “real” Terminal?. Command line [interface] A command line is an interface where the user types a command (which is …

  3. Terminal opened in Ubuntu but command prompt does not appear

    Jul 18, 2024 · When I open my terminal in Ubuntu, it opens, but I have no command prompt! I can't write any commands. I tried to reset it, but nothing happened. The image below shows how the terminal …

  4. How can I shorten my command line (bash) prompt? - Ask Ubuntu

    You would type termprompt whenever you wanted to shorten your prompt or, have termprompt called from the bottom of your ~/.bashrc for permanency. The advantage of this technique over many other …

  5. bash - Displaying a new line on the prompt - Ask Ubuntu

    I wish to add a new line on every prompt. Instead of the cursor showing on the line as name@machine:~$ _, I want it to be on the next line, like as: name@machine:~$ _ Thanks.

  6. command line - How to really clear the terminal? - Ask Ubuntu

    556 I can issue the clear command or press Ctrl + L to clear the current Ubuntu terminal, but this just shifts previous output upwards and if you use mouse scroll or PgUP and PgDown keys it's hard to …

  7. Why does "(base)" appear in front of my terminal prompt?

    I'm wondering why I have (base) on the left of my terminal prompt. If I run source ~/.profile in the terminal, it disappears. If I close that terminal and reopen a new terminal, (base) is there ag...

  8. command line - How do I open a terminal? - Ask Ubuntu

    How do I access the Terminal? I just got ubuntu running on my computer and now I am ready to write a program...but I can't figure out how to open a command terminal.

  9. How do I check which terminal I am using? - Ask Ubuntu

    Jun 23, 2015 · I have Ubuntu on my machine and I am running awesome window manager on top of it. How do I check which terminal I am running? Is there a command for it?

  10. How to show a running clock in terminal before the command prompt

    You will probably need a command/function which is able to refresh the command prompt every second without interfering with anything you type on the prompt. The Z shell (zsh) has a built-in command, …