subject

1. foreground ___foreground processing is when the shell waits for a command to finish before issuing the prompt for another user command. 2. The first process that runs after initializing the UNIX system and is assigned Process ID # 1 is the program/process.

3. The Bourne Shell command to remove or erase the definition of a variable .

4. processing is when the shell does not wait for a command to finish. The user is issued the prompt immediately.

5. List one way to become the System Administrator User.



6. The UNIX system execution of a command or program is called a . The shell that starts up when you login is an example.

7. Command line arguments / positional parameters for shell scripts are referenced in the shell scripts using the variable syntax.

8. When one process creates another process this is called a process. Parent processes will do this to children processes in the UNIX system.

9. A connection between commands such that the standard output of one command is connected to the standard input of another command is called a .
(e. g. man cp | lp)

10. A program or file composed of shell commands is called a .

11. A Bourne shell script file will contain the syntax as the first line in the file to instruct the shell to execute the script using the Bourne shell program.

12. The UNIX system assigns a unique to each process when it is initiated. The output from the ps command will display this information.

13. This file is located in each user’s home directory and is automatically executed when logging into the UNIX system when your default shell is set to the Bourne Shell .

14. Demonstrate how to set the local variable temp to the value /home using Bourne Shell syntax. Where temp is a variable declared in the current shell only.
.

15. The command receives one line from the standard input and assigns the line to one or more variables. This command can be used in scripts to prompt users for input.

16. The System Administrator for a Unix System generally has the login name of .

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:30
You are almost finished updating a web site. as part of the update, you have converted all pages from html 4.0 to html5. the project is currently on schedule. however, your project manager has been asked by the marketing team manager to justify a day of time spent validating the site's html5 pages. the marketing team manager does not have technical knowledge of the internet or the web. which is the most appropriate explanation to provide to the marketing team manager?
Answers: 1
question
Computers and Technology, 22.06.2019 17:00
Annie is creating a corporate report for a company’s annual meeting. in the report, she wants to add the signature of various department heads. which device can annie use to capture signatures to include in the report? a. printer b. monitor c. e-reader d. digitizing tablet
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Consider the following declarations (1, 2, 3, 5, 7)class bagtype{public: void set(string, double, double, double, double); void print() const; string getstyle() const; double getprice() const; void get(double, double, double, double); bagtype(); bagtype(string, double, double, double, double); private: string style: double l; double w; double h; double price; }; a.) write the definition of the number function set so that private members are set according to the parametersb.) write the definition of the member function print that prints the values of the data membersc.) write the definition of the default constructor of the class bagtype so that the private member variables are initialized to "", 0.0, 0.0, 0.0, 0.0, respectively d.) write a c++ statement that prints the value of the object newbag.e.) write a c++ statement that declares the object tempbag of type bagtype, and initialize the member variables of tempbag to "backpack", 15, 8, 20 and 49.99, respectively
Answers: 3
question
Computers and Technology, 22.06.2019 23:30
Define a function printfeetinchshort, with int parameters numfeet and numinches, that prints using ' and " shorthand. ex: printfeetinchshort(5, 8) prints: 5' 8"
Answers: 1
You know the right answer?
1. foreground ___foreground processing is when the shell waits for a command to finish before issuin...
Questions
question
Social Studies, 10.01.2020 23:31
question
Mathematics, 10.01.2020 23:31
question
Mathematics, 10.01.2020 23:31
Questions on the website: 13722359