-
-
-
Pipeline of Commands
Write a pipeline of commands, which display on the monitor as well as save the information about the number of users using the system at present on a file called usere.ux
-
Logging Script
Write a shell script that reports the logging in of a specified user within one minute after he/she logs in. The script automatically terminates if the specified user does not login during a specified period of time.
-
How to write a shell script ?
My question is how to create multiple users , using shell script ?
How to check the script is successfully execute or not?
-
Command to Print the 3rd Argument
What is the command to print the 3rd argument within this variable var={123 def ghi 456};
a) echo $3v
b) echo $v3
c) echo$3$v
d) None of these
Unix Programming Interview Questions
Ans