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

    May 1, 2017 · 24 Popular Linux Distributions Explore different Linux distributions and find the one that fits your needs. Try distrowatch.com for more options.

  2. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · Just downloaded a .zip file from the internet. I want to use the terminal to unzip the file. What is the correct way to do this?

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

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

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

  6. command line - How do I open a terminal? - Ask Ubuntu

    Possible Duplicate: What is a terminal and how do I open and use it? How do I access the Terminal? I just got ubuntu running on my computer and now I am ready to write a program...but I can't figure out …

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

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

  9. Changing colour of text and background of terminal?

    Dec 9, 2014 · I can change the colour through preference , but how can I change the background colour and text colour of terminal through the command line?

  10. How to show only hidden files in Terminal? - Ask Ubuntu

    Oct 28, 2023 · I have a directory that contains thousands of files, some of which are hidden. The command ls -a lists all files, including hidden ones, but I need to just list hidden files. What command …