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, 21.06.2019 18:00
Ihave buncha points. does anyone want any?
Answers: 1
question
Computers and Technology, 22.06.2019 04:30
Which of the statements below is true? the formatting, standard, and drawing commands are unavailable. the formatting, standard, and drawing commands have been used. the formatting, standard, and drawing toolbars are displayed. the formatting, standard, and drawing toolbars are hidden.
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
Consider the following function main: int main() { int alpha[20]; int beta[20]; int matrix[10][4]; . . } a. write the definition of the function inputarray that prompts the user to input 20 numbers and stores the numbers into alpha. b. write the definition of the function doublearray that initializes the elements of beta to two times the corresponding elements in alpha. make sure that you prevent the function from modifying the elements of alpha. c. write the definition of the function copyalphabeta that stores alpha into the first five rows of matrix and beta into the last five rows of matrix. make sure that you prevent the function from modifying the elements of alpha and beta. d. write the definition of the function printarray that prints any onedimensional array of type int. print 15 elements per line. e. write a c11 program that tests the function main and the functions discussed in parts a through d. (add additional functions, such as printing a two-dimensional array, as needed.)
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
You know the right answer?
1. foreground ___foreground processing is when the shell waits for a command to finish before issuin...
Questions
question
Biology, 28.01.2020 05:31
question
Social Studies, 28.01.2020 05:31
question
History, 28.01.2020 05:31