Ask Operating System Expert

Question 1

In sed, when you do pattern matching, the largest pattern is always matched first, left to right.

True or False

Question 2

If shell script has owner, group, and others (world) execute permissions set but only read permissions set for group and others, this script can be executed by the owner.

True or False

Question 3

The command
cd /; tar cf - etc | ( cd /tmp ;tar -xf - )
copies the contents of /etc into /tmp

True or False

Question 4

The command
tr 'a-z' 'A-Z' | tr 'A-Z' 'a-z'
translates all lower case letters to upper case and all upper case letters to lower case.
After the command is run, case of the input stream will be swapped.

True or False

Question 5

The command
grep -iw shell | wc -l
correctly counts the number of times the text shell appears in the standard input stream.

True or False

Question 6

The command

echo "This is a message" 2>&1

writes its output "This is a message" to standard error.

True or False

Question 7

The command

cut -d: -f1 | more < /etc/passwd

would correctly print the first field of the password file and send the results to the program more.

True or False

Question 8

The command:

tr -d '\012'

removes the newline from the input stream

True or False

Question 9

The command

grep '^

file | wc -l

 

count all the lines in a file which are empty.

True or False

Question 10

The command

sort +2 -3 names

Sorts the file names on the third word.

True or False

Question 11

The command

ls | paste - -

lists all files in the current directory in three columns

True or False

Question 12

The uniq command will remove duplicate consecutive lines.

True or False

Question 13

Running the command

sort -u

is always the same as running the command

uniq

True or False

Question 14

The command

sed 's/a/b/g'

produces the same output as running the command

sed 's;a;b;g'

True or False

Question 15

The command
sed 's/a/&&/g'

doubles only the first occurance of 'a' on each line processed.

True or False

Question 16

Unquoted $@ and $* evaluate to the same thing

True or False

Question 17

Changes which a child process makes to the environment do effect its parents environment. For example, If a child process changes and environment variable, that change happens in the parent process.

True or False

Question 18

Changes which the parent makes to the environment after the child is created, do not effect the child's environment.

True or False

Question 19

Note, If field 7 of the password file is empty, it is assumed to be /bin/sh. Which of the following commands count the number of users whose login shell is /bin/sh? (Remember the rule from above.)

a. ( grep ':

/etc/passwd; grep ':/bin/sh

 

/etc/passwd) | wc -l

 

b. sed 's,:$,:/bin/sh,' /etc/passwd | grep ':/bin/sh

| wc -l

 

c. egrep -ce ':$|:/bin/sh

/etc/passwd

 

d. A & B & C

e. A & B

 

 

Operating System, Computer Science

  • Category:- Operating System
  • Reference No.:- M9458263

Have any Question?


Related Questions in Operating System

Research types of operating systems that are currently

Research types of operating systems that are currently available and provide a scenario in which the operating system you chose would be appropriate to be used in this situation. Explain why you think the choice you made ...

Question research hex editors available for mac os and

Question : Research hex editors available for Mac OS and Linux. Based on the documentation, how easy would validating these tools be? Select at least two hex editors for each OS, and discuss what you would do to validate ...

Foundation of information technologyresearch types of

Foundation of Information Technology Research types of operating systems that are currently available and provide a scenario in which the operating system you chose would be appropriate to be used in this situation. Expl ...

Assignment -building a multi-threaded web server using c

Assignment - Building a multi-threaded web server using C and p threads, following the model from the lecture. Your program will have one thread acting as a dispatcher thread, listening fornetwork connections with reques ...

Question you are a security administrator responsible for

Question: You are a security administrator responsible for providing secure configuration requirements for new laptop deployments. After reading Module 2 of Certified Secure Computer User v2exercises, apply the configura ...

Question what do you see as the major differences between

Question : What do you see as the major differences between UNIX/Linux and other operating systems, such as Windows and Mac OS X? The response must be typed, single spaced, must be in times new roman font (size 12) and m ...

Question description of lasa in this assignment you will

Question: Description of LASA: In this assignment, you will select a real-world operating system (can be for a PC, server, tablet, handheld, or embedded device). You will introduce the operating system and its components ...

Discussion question this research assignment will give

Discussion Question : This research assignment will give further information on the nature and workings of multi-tasking and multi-processing operating systems. All information reported in this assignment is to be in the ...

Taskyour job in this assignment is to create two virtual

Task Your job in this assignment is to create two Virtual machines each running a different but the latest distribution of Linux e.g. Ubuntu Server and CentOS. Each of these VM's is to offer services to a user base. The ...

State the required answer precisely and then provide proper

State the required answer precisely and then provide proper explanation. It is not enough to provide one- word or one-line answers. Briefly describe the following concepts and indicate how they are related in the context ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As