⟩ Explain a system in safe state?
The set of dispatch-able processes is in a safe state if there exists at least one temporal order in which all processes can be run to completion without resulting in a deadlock.
The set of dispatch-able processes is in a safe state if there exists at least one temporal order in which all processes can be run to completion without resulting in a deadlock.
How do you count words, lines and characters in a file?
How do you search for a string inside a given file?
How do you search for a string inside a directory?
How do you search for a string in a directory with the subdirectories recursed?
How do you list currently running process?
How do you find out what’s your shell?
How do you fire a process in the background?
How do you refer to the arguments passed to a shell script?
What’s the conditional statement in shell scripting?
How do you do number comparison in shell scripts?