Welcome to Team5 Unix Live
Browse Chapter Contents
Chapter 1: What is Linux?
Lesson 1
Lesson 2
Lesson 2
Quiz
Chapter 2: Linux Commands
Lesson 1
Quiz
Chapter 3: File Manipulation
Lesson 1
Quiz
Chapter 4: File Permissions
Lesson 1
Quiz
Chapter 5: Changing Permissions
Lesson 1
Quiz
Chapter 6: Text Editor
Lesson 1
Quiz
Your Profile
You aren't logged in
Log In
Quizzes
View Quizzes
Quiz 1: Linux Basics
Quiz 2: Simple Commands
Quiz 3: File Manipulation
Quiz 4: File Permissions
Quiz 5: Changing Permissions
Quiz 6: Using Vim
Refrences
Helpful Refrences
Command Lookup
Chapter 3 Quiz
Quiz 3
Question 1 : Which of the following commands would NOT work?
mkdir test_directory
rmdir test_directory
rm –r big_folder
copy testfile
Question 2 : What does the “touch” command do?
Tells the user where the specified file is located.
Creates the specified file.
Marks the file for delete.
Creates a copy of the file.
Question 3 : To copy ‘testfile’ from “SecondDir” back to “FirstDir”, which command was used?
cp testfile FirstDir
mv testfile FirstDir
cp testfile ../FirstDir
mv testfile ../FirstDir
Question 4 : To copy ‘testfile’ from “SecondDir” back to “FirstDir”, which command was used?
cp testfile FirstDir
mv testfile FirstDir
cp testfile ../FirstDir
mv testfile ../FirstDir
Question 5 : What color are the directories labeled in?
Blue
White
Red
Green
Question 6 : What color are files labeled in default?
Blue
White
Red
Green