-
Linux Interview Questions
== Users and permissions practicum == * Rig it so everything in the folder gets deleted tonight at 10pm. Every night at 10pm.== Local security == * How do you feel about `sudo`? * What's the difference between `telnet` and `ssh`? What's a good use for each? * How do you ensure your users have hard-to-guess passwords?== Filesystem == * What is the difference between a symbolic and hard link? When...
-
How to launch 5 diff application from 5 child process
Create a 5 child process from a common parent and launch different applications from the children processes....
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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