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

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

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

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

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

  6. How do I navigate up one directory from the terminal?

    Nov 28, 2015 · I can navigate down in directory using cd in the terminal. How do I navigate back up if I go too far?

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

    Oct 5, 2020 · I need a command to list all users as well as commands to add, delete and modify users from terminal - any commands that could help in administrating user accounts easily by …

  8. What is the difference between Terminal, Console, Shell, and …

    Aug 4, 2014 · Some types of terminal emulators include: GUI applications running in the X Window System: Xterm, Gnome Terminal, Konsole, Terminator, etc. Screen and tmux, which …

  9. What commands can I use to reset and clear my terminal?

    I have been using the command: reset to clear my terminal. Although I am pretty sure this is not what I should be doing. Reset, as the name suggests, resets your entire terminal (changes lots …

  10. Release/renew IP address via Terminal in OS X - Super User

    37 I am looking to release and renew my IP address in OS X 10.4 (Tiger) using Terminal. Essentially, I need the OS X equivalent of Windows': C:\\> ipconfig /release C:\\> ipconfig …