約 960,000 件の結果
リンクを新しいタブで開く
  1. What is a terminal and how do I open and use it? - Ask Ubuntu

    2012年12月6日 · 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 shell, console, and terminal?

    2025年11月29日 · 5 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 …

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

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

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

    2018年8月21日 · 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 …

  7. command line - How to copy files via terminal? - Ask Ubuntu

    2012年10月3日 · How to copy files via terminal? Ask Question Asked 13 years, 3 months ago Modified 9 years, 6 months ago

  8. Change default Windows Terminal from Powershell to Command …

    2023年6月15日 · I cannot change the default Windows Terminal from Powershell to Command Prompt. When click SETTINGS, it does not go to the option page to choose Command Prompt. …

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

    2018年6月28日 · What happens in the specific case of echo? In your specific case, the echo "…" command outputs its input arguments to “stdout”, which is the so-called “standard output …

  10. How to delete a non-empty directory in Terminal? - Ask Ubuntu

    2012年11月16日 · How to delete a non-empty directory in Terminal? Ask Question Asked 13 years, 1 month ago Modified 7 years, 11 months ago