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 |
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
how did u debugging in unix/ linux platform ??( project Related)
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
Please give me example of " at command , contrab command " how to use
Is bash a shell script?
What is the first line of a shell script called?
What is MUTEX?
what do u mean by $#,$* in unix programming?
What is the syntax of "expr" command?
What is shell and shell script?
Which is better perl or shell scripting?
What is difference between bash and shell?