Exam 4: Unix-Linux File Processing

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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 command > accountsfile ____.

(Multiple Choice)
4.9/5
(32)

What is the find command used for?

(Essay)
4.8/5
(29)

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)

What is a variable-length record?

(Essay)
4.9/5
(34)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)