About 946,000 results
Open links in new tab
  1. 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 …

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

    A simple way to rename files and folders is with the mv command (shortened from “move”). Its primary purpose is moving files and folders, but it can also rename them since the act of …

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

  4. How to show only hidden files in Terminal? - Ask Ubuntu

    How to show only hidden files in Terminal? Asked 11 years, 1 month ago Modified 1 year, 8 months ago Viewed 981k times

  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. What is the difference between Terminal, Console, Shell, and …

    Aug 4, 2014 · A terminal emulator plus the Unix tty semantics make up the full package of a Unix terminal that a program like bash normally runs on. Command line is a style of user interface, …

  7. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · Just downloaded a .zip file from the internet. I want to use the terminal to unzip the file. What is the correct way to do this?

  8. How do I determine the total size of a directory (folder) from the ...

    Is there a simple command to display the total aggregate size (disk usage) of all files in a directory (folder)? I have tried these, and they don't do what I want: ls -l, which only displays the s...

  9. What is the difference between terminal and bash? - Super User

    Feb 20, 2015 · The terminal provides a mechanism for entering commands. You run a command processor, or shell, on top of that - bash, fish, csh or others. This is what actually turns the text …

  10. What does `>>` mean in terminal command? - Super User

    Jun 28, 2018 · I came across a command just now given below - $ echo 'eval "$(jenv init -)"' >> ~/.bash_profile From what i can guess, it is probably used for committing the changes in …