-
-
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...
-
-
-
-
-
-
-
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 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....
-
Print numbers in the reverse order
Write a shell script that accept any number of arguments and print them in the reverse order
Find Smallest of 3 Numbers
Write a shell script to find the smallest of three numbers that are read from the keyboard.
Ans