Exam 4: Unix-Linux File Processing
Exam 1: The Essence of Unix and Linux54 Questions
Exam 2: Exploring the Unix-Linux File Systems and File Security54 Questions
Exam 3: Mastering Editors51 Questions
Exam 4: Unix-Linux File Processing55 Questions
Exam 5: Advanced File Processing51 Questions
Exam 6: Introduction to Shell Script Programming55 Questions
Exam 7: Advanced Shell Programming48 Questions
Exam 8: Exploring the Unix-Linux Utilities54 Questions
Exam 9: Perl and Cgi Programming52 Questions
Exam 10: Developing Unix-Linux Applications in C and C58 Questions
Exam 11: The X Window System51 Questions
Select questions type
To run the myscript shell script located in the current directory,you should enter: ____.
(Multiple Choice)
4.9/5
(28)
Match each item with a statement below.
-is an option of the find command
(Multiple Choice)
4.7/5
(32)
In UNIX-Linux,text files and binary files are considered to be ____ files.
(Multiple Choice)
4.8/5
(36)
The ____ option of the paste command is used to specify a different separator as a delimiter.
(Multiple Choice)
4.8/5
(23)
System administrators and programmers refer to standard output as ____.
(Multiple Choice)
4.8/5
(37)
The cp ____ option creates a symbolic link or name at the destination rather than a physical file.
(Multiple Choice)
4.8/5
(34)
When you use cat to combine two files into a third file,the first line of the output contains the first line of the first file followed by the first line of the second file.
(True/False)
4.7/5
(33)
You can use the ____________________ command to sort a file's contents alphabetically or numerically.
(Short Answer)
4.9/5
(35)
The join command is used to associate information in two different files on the basis of a common field or ____ in those files.
(Multiple Choice)
4.7/5
(27)
Assuming project1,project2 and project3 are files,what is the purpose of entering the following command?
cp project1 project2 project3 duplicates
(Essay)
4.9/5
(38)
Match each item with a statement below.
-option of the sort command used to indicate that a specific character separates the fields
(Multiple Choice)
4.9/5
(33)
When UNIX-Linux detect errors in processing system tasks and user programs,they direct the errors to ____________________,which,by default,is the screen.
(Short Answer)
4.9/5
(33)
The ____________________ option of the paste command causes files to be pasted one after the other instead of in parallel.
(Short Answer)
4.9/5
(38)
What is the purpose of entering the following command?
cat janes_research marks_research > total_research
(Essay)
4.7/5
(32)
System administrators and programmers refer to standard input as ____.
(Multiple Choice)
4.7/5
(44)
Match each item with a statement below.
-this option prevents the touch command from creating a file,if it does not already exist
(Multiple Choice)
4.7/5
(30)
____________________ special files are related to devices,such as disks,and send information using blocks of data.
(Short Answer)
4.8/5
(29)
Showing 21 - 40 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)