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

    Aug 4, 2014 · (2) A terminal window a.k.a. terminal emulator. In Linux, a terminal window is the emulation of a console, contained in a GUI window. It is the CLI you type your text in, and this …

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

    Run sudo -H gnome-terminal from the original non-root graphical terminal. Enter your password as prompted by sudo. The graphical terminal will start. Still in the non-root terminal, press …

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

    Restart terminal and type: subl . Sublime should open up in the current directory. Check unix commands: ls You should get a directory listing. Windows. Put the C:\Program Files\Sublime …

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

    Oct 13, 2017 · OPTION 1 – If the Zip File is in the same directory/folder in which your terminal is and we want to extract it in the present working directory. Use the following command to …

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

    There is a useful option to du called the --apparent-size. It can be used to find the actual size of a file or directory (as opposed to its footprint on the disk) eg, a text file with just 4 characters will …

  8. How to check Internet Speed via Terminal? - Ask Ubuntu

    Jul 5, 2018 · you can use tespeed. it is a Terminal network speed test that uses servers from Speedtest.net. It uses nearest test server but can also use one manually specified by the user. …

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

    Jan 18, 2023 · Windows Terminal will automatically detect any installed WSL distribution and add a profile for it. Starting the profile for the WSL distribution is what will start a Bash shell for you. …

  10. How to display network traffic in the terminal? - Ask Ubuntu

    Feb 17, 2013 · There is a nice tool called speedometer that displays a graph in the terminal using Unicode block characters, colors, and even adds labels to each peak in the graph. $ sudo apt …