About 30,300 results
Open links in new tab
  1. Download Linux | Linux.org

    May 1, 2017 · Links to popular distribution download pages24 Popular Linux Distributions Explore different Linux distributions and find the one that fits your needs. Try distrowatch.com for more options.

  2. 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 opening a new …

  3. 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 for restart: sudo …

  4. How to show the full path of a file or directory in the terminal?

    Mar 13, 2014 · To display the full path of a file in the terminal just drag the file's icon into the terminal, and the full path of the file will be displayed enclosed by two apostrophes (single quotation mark …

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

    Nov 16, 2012 · This is a good solution, especially if inexperienced with using the Bash terminal. The command can be shortened to rm -ir FOLDER.

  6. How to remove all files from a directory? - Ask Ubuntu

    Nov 23, 2014 · 543 Linux does not use extensions. It is up to the creator of the file to decide whether the name should have an extension. Linux looks at the first few bytes to figure out what kind of file it is …

  7. How do I check which shell I am using? - Ask Ubuntu

    Feb 28, 2015 · 692 I read that terminal is nothing but shell, and Unix provides different flavors of shells: Bourne shell (sh) C shell (csh) TC shell (tcsh) Korn shell (ksh) Bourne Again shell (bash) Questions: …

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

    Dec 11, 2011 · 1371 I am trying to copy the contents of a folder to another folder in a different directory using terminal. Would somebody be able to provide me an example of the command line syntax …

  9. How do I rename a directory via the command line? - Ask Ubuntu

    Aug 8, 2011 · I have got the directory /home/user/oldname and I want to rename it to /home/user/newname. How can I do this in a terminal?

  10. How do I open a text file in my terminal? - Ask Ubuntu

    There is a file named RESULTS.txt and I want to open this file in my terminal. (I mean I want to see the file contents be displayed in the terminal and not in some text editor) How do I do that ?