PS command is used to check the currently running process in Linux/Unix operating system. Basically it reports the snapshot of a processes. Every process has some unique id assigned which is PID.
-
Related Posts (YARPP)
-
Topics
-
-
What’s the difference between double and triple equals operators . Javascript supports both supports strict equality (===) and type-converting equality (==).
In the beginning it’s seems confusing to me when i see comparison using triple equals. Later i know the reason why triple comparison is used.
In this post i am going to explain what’s the difference between double(==) and triple(===) equal operators.