https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/resource_management_guide/ch01
Monthly Archives: June 2018
What’s Next for Containers? User Namespaces
https://rhelblog.redhat.com/2015/07/07/whats-next-for-containers-user-namespaces/
What’s a Linux container?
https://www.redhat.com/en/topics/containers/whats-a-linux-container
Extracting the second word from a string variable
https://unix.stackexchange.com/questions/174037/extracting-the-second-word-from-a-string-variable
pstree command usage example with process id as first argument
ABOUT pstree pstree is a Linux command that shows the running processes as a tree. It is used as a more visual alternative to the ps command. The root of the tree is either init or the process with the given pid. It can also be installed in other Unix systems. TYPICAL COMMANDLINE SESSION [bash] …
Continue reading “pstree command usage example with process id as first argument”