/ factorpad.com / tech / linux-essentials / quiz-2b.html
An ad-free and cookie-free website.
Beginner
This is the second quiz covering the second set of 20 commands. The YouTube video that accompanies this page is more difficult because it covers 25 questions in 6 1/2 minutes. I suggest giving it a try too.
The point of having multiple learning modes, meaning text and video, is that you'll learn faster. It's like cross-training for your brain. And when you use the linux tutorials try typing everything, that way your hands will be involved too.
Both video and text here cover the same 25 questions. If you haven't heard the mellow focus-inspiring music in the video, give it a try. Jeez, you could even make it a game, like a pub quiz game. The possibilities are endless. Enjoy.
Videos can also be accessed from the Linux Essentials Playlist on YouTube.
Linux Command Line Quiz for Beginners | 2b (6:28)
Click the box to show the answer. It's easy and free.
You may need to upgrade from Internet Explorer to use this functionality.
$ wc -w *
$ tail .bashrc
$ sdiff --help
$ rm -vr dir1
$ rm -v file1.txt
$ uniq file1.txt
$ join -1 2 -2 2 file1.txt file2.txt
$ grep -n "pwd" .bash_history
$ head -n 8 .bash_history
$ diff --help
$ apropos grep
$ cut -c 1-5 .bash_history
$ cp -v file1.txt file1.bak
$ mkdir -v bin
$ paste -d ";" file1.txt file2.txt
$ ln file1.txt f1
$ sort -r .bash_history
$ ln --help
$ sed 's/appel/apple/' file1.txt
$ find . -name "*.txt"
$ comm file1.txt file2.txt
$ mv file1.txt files
$ apropos sort
$ cp .bashrc .bashrc.bak
$ tail -c 200 file1.txt
For an overview of the 100 videos, the 8 quizzes, a cheat sheet, the categories and a Q&A section, visit:
I'd love to have you join our growing community of Linux and data science lovers on YouTube, Twitter and at our no-spam email list.
/ factorpad.com / tech / linux-essentials / quiz-2b.html
A newly-updated free resource. Connect and refer a friend today.