What is MUTEX?
Mutex is a program object that allows multiple program
threads to share the same resource, such as file access,
but not simultaneously. When a program is started a mutex
is created woth a unique name. After this stage, any thread
that needs the resource must lock the mutex from other
threads while it is using the resource. the mutex is set to
unlock when the data is no longer needed or the routine is
finished.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is echo in shell?
What is the best shell scripting language?
Which shell is the best?
Can we run shell script in windows?
What can you do with powershell?
How will you list only the empty lines in a file (using grep)?
Explain about login shell?
How to calculate the number of passed arguments?
Print the 10th line without using tail and head command.
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What are the 3 standard streams in linux?
Why are shell scripts used?