Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. An executable file of controlled Unix commands is considered a Group of answer choices no answer is correct screen capture shell script shell variable

1.

An executable file of controlled Unix commands is considered a

Group of answer choices

no answer is correct

screen capture

shell script

shell variable

2.

Before being able to run a file of commands called listHomes by simply entering listHomes we first need to

Group of answer choices

bash listHomes

chmod a+e listHomes

chmod a+x listHomes

chmod a-x listHomes

script listHomes

3.

What is printed? $ ll testScript -rwx--x--x 1 cmetzler cisdept 43 Mar 3 15:25 testScript $ cat testScript echo howdy"earth $ testScript

Group of answer choices

the exit status is displayed

no answer is correct

howdy"earth

no output is displayed since the permission is not correct

4.

Produce a sort on the third field of the file called rhythm that is delimited with a dash '-'

Group of answer choices

sort -t- -k3 rhythm

sort -d- -k3 rhythm

sort -k3 -d- rhythm

sort -tk3 rhythm

5.

Which of the following are valid text files?

Group of answer choices

all answers are correct

text of a saved email message

web page source .html file

ASCII file

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

Understand employee mentoring

Answered: 1 week ago

Question

Question What are the requirements for a SIMPLE 401(k) plan?

Answered: 1 week ago