About 31,000 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 do I move all files from one folder to another using the …

    Aug 6, 2012 · I would like to know how could I move all files from a folder to another folder with a command line. Let's say I'm in my Downloads folder and there are a 100 files that I would like …

  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 …

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

  5. command line - How to move multiple files at once to a specific ...

    Nov 8, 2012 · I got a bunch of files in some directory (along with many other files) that I want to move. Luckily, all the files I want to move contain a certain identifier in their names, so I can ls …

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

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

  8. How to use Kali Linux online

    Apr 25, 2023 · Hi, I want to know how can i use Kali Linux, in a browser, without installing anything. I am doing some ethical hacking courses online, and I am struggling to find any …

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

    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 window?

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

    Feb 28, 2015 · 689 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 …