About 941,000 results
Open links in new tab
  1. What is the difference between shell, console, and terminal?

    4 A Terminal is a text-based interface (possibly to a shell) The difference between console and shell is one I don't yet grasp, but I can tell you how a terminal is different from a shell. The …

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

  3. What can be found on the "terminal" on the Jurassic World …

    Sep 21, 2023 · For the promotion of Jurassic World, a website was made for Masrani Global, the company operating the theme park. On that site, there is a simulated computer terminal one …

  4. How do I save terminal output to a file? - Ask Ubuntu

    How do I save the output of a command to a file? Is there a way without using any software? I would like to know how.

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

  6. Run command on another(new) terminal window - Ask Ubuntu

    How to run any command in another terminal window? Example: I opened one terminal window and if I run command like apropos editor, then it run and out-puts on that window. But I want to …

  7. How to show full path of a file including the full filename in Mac …

    How to show full path of a file including the full filename in Mac OSX terminal? Ask Question Asked 11 years, 9 months ago Modified 2 years, 2 months ago

  8. How do I navigate between directories in terminal? - Ask Ubuntu

    @ qbi: Wow, you're awesome. I love your detailed explanation on how to navigate among folders/directories. Are you a teacher or professor in an educational institution? Most IT guys …

  9. macos - How to stop a process in Terminal - Super User

    Closed 15 years ago. Possible Duplicate: Ending a process in unix instead of interrupting it When I task in Terminal, such as ping blah.com, how do I then stop this task (other than closing the …

  10. How to open a directory/folder and a URL through Terminal

    1 Open Directory: To open a Directory or Folder from terminal. nautilus /home/user/path_to_folder/ & Or xdg-open /home/user/path_to_folder/ & The ampersand & is …