
What is RACI Matrix
With IBM ODM As An Example
Search for a command to run...

With IBM ODM As An Example
*Notes about different modules as part of 'Create and Manage Cloud Resources'. DYOR as this is more from my understanding and articles may not be updated to stay relevant. The code snippets and instructions are mostly copy pasted from QWIK Labs manu...
Any process or action performed in the RHEL has to be associated with an user id #Command used to get information of logged in user ls -l #Command which lists the user associated with the files ps -au #Command to list all processes along with user a...
Linux File System is like a single inverted tree of directories. Parent or main directory or top of hierarchy of all is called as root and can be accessed by / Files can be of below 4 types: Static: File contents which remains the same until edi...
History of Linux Development: Started in MIT as part of project MULTICS (Multiplexed Information and Computing Service) Dennis Ritchie then wrote the complete OS in C language and named it as UNICS which finally ended up being UNIX Linus Torvalds ...
Unix and Linux — Basics For someone who is in ‘Hello World’ stage History: Started in MIT as part of project MULTICS (Multiplexed Information and Computing Service) Dennis Ritchie then wrote the complete OS in C language and named it as UNICS which ...
IBM MQ Basics My notes for who are starting from scratch P.S: This post may not be updated on regular basis and is solely based on my understanding of concepts by going through various other learning resources and trying out things. Always refer to o...