What is process termination in unix?
What are the benefits of running processes in the background?
Differentiate swapping and paging.
What is meant by the term nohup?
What will be the result if we run the command #find /tmp - mtime -2 and #find /tmp -mtime +2
List a few significant features of unix?
Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?
How do I grep recursively in unix?
What are special characters in unix?
1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.
What do you understand by the term single user system?
How the Kernel handles the copy on write bit of a page, when the bit is set?
Name the key features of the bourne shell.