unix script command and echo command, Operating System

Assignment Help:

Objectives

1.    Login to UNIX system and logout

2.    Learn features of the vi editor and to use online help (main pages).  Gain experience using them to create a document

3.    Know a list of UNIX commands with one line description for each

4.   Learn redirecting standard output (stdout) to a file using the output redirection operator >instead of output going to the monitor, the default device for stdout.

5.   Learn more on UNIX file system such as file attributes (permissions), ownership, links, file size, modification date, and inode number of files, and system directories and files

6.    Gain experience using a set of UNIX commands covered in chapters 1, 2, 3, and 4

7.    Learn to transfer files between UNIX system and Windows system and print them

8.    Understand the output of various commands and answer questions

This homework has two parts.  You must complete both parts and submit them together on or before the due date using the UNIX server at the university. 

The answers must be obtained by issuing the necessary UNIX commands on the FSU UNIX server. To capture the output of a UNIX command use the script command as described below:

1. Using scriptcommand lets you record your login session in a file. To start script type the command script and to end the capture, type exit command. The script command creates a file called, "typescript" in your current working directory in your account, if you do not specify any filename with script command as argument. If you want the output to go to a specific filename of your choice, then specify the filename as the argument to script command, like script hw1q1output. Refer your textbook for more information on the use of script command. When you use script command, make sure you (1) type "Enter" key few times to get space between questions, (2) then, issue the echo command to display the question number, like echo hw1q1, (3) type "Enter" key few times to get space after the question number, and then (4) type the required UNIX command(s) for that question. An example is given below for question #1. In this example, $ is the prompt displayed by the Bourne Shell, which processes the UNIX commands you type.
$
$ echo Q1
$
$ uname

Caution:
Every time you type script command, it will erase the current content of the "typescript" file or the filename you specify in the script command. To avoid losing the answers you have obtained so far for one or more questions, you must copy the typescript file into another file using the cp command as shown below:
cp typescript hw1q1to5

wherehw1q1to5 is a filename.


Related Discussions:- unix script command and echo command

What is the purpose of system calls, Q. What is the purpose of system calls...

Q. What is the purpose of system calls? Answer: System calls permit user-level processes to request services of the operating system.

Briefly discuss on page replacement, Briefly discuss on page replacement? ...

Briefly discuss on page replacement? Page replacement approach is fixed as follows. If no frame is free, we search one that is not presently being used and free it. We can fre

Basic synchronization, (Add synchronization to your solutions to HW 3 to el...

(Add synchronization to your solutions to HW 3 to eliminate all of the race conditions.  You should not remove any of the sleep() commands that you used to produce the race conditi

Explain about deadlocks, Q. Explain about Deadlocks? Deadlocks for (...

Q. Explain about Deadlocks? Deadlocks for (int i = 0; i // first find a thread that can finish for (int j = 0; j if (!finish[j]) { boolean temp = true; for

Producer - consumer system, In this exercise we are going to use  pthread()...

In this exercise we are going to use  pthread()to simulate the dynamics between a warehouse, factory and retail. The factory produces product by using parts supplied by the warehou

Explain the steps in deadlock recovery, Explain the steps in deadlock recov...

Explain the steps in deadlock recovery. a)      Exterminate off all processes involved - drastic. b)      Exterminate off one at a time till deadlock gone - select a victim.

Computers, What is operating system?

What is operating system?

Briefly discuss on real-time scheduling, Briefly discuss on real-time sched...

Briefly discuss on real-time scheduling? It is divided into two types.  Hard real-time systems are needed to complete a critical task within a guaranteed amount of time. T

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd