About 937,000 results
Open links in new tab
  1. How do I navigate up one directory from the terminal?

    Nov 8, 2020 · Instead of typing cd .. multiple times, what you could to is to place the function bellow into your .bashrc somewhere at the top, save .bashrc, and run source .bashrc or just …

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

  3. Is there a command to list all users? Also to add, delete, modify …

    Ok here is a trick that will help you sort this. The terminal has auto completion if you type user and hit Tab key twice it will list all the commands that exist with user as the first 4 chars. user (tab …

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

    tset reset terminal intialization. command: reset. Tset initializes terminals. Tset first determines the type of terminal that you are using. This determination is done as follows, using the first …

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

  6. How do I shut down or reboot from a terminal? - Ask Ubuntu

    Jun 15, 2016 · Open your terminal with CTRL+ALT+T and do these following commands. To shutdown the system: sudo shutdown -h now To restart: sudo reboot & one more command …

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

  8. How can I copy the contents of a folder to another folder in a ...

    Dec 11, 2011 · cp is the command to copy using a terminal, -r makes it recursively (so, current directory + further directories inside current) ~/folder1 is the origin folder, ~/new_folder1 is the …

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

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

Refresh