In some situations, saving stdout and stderr of your terminal command output can be crucial, To automatically save stdout and stderr, there are several options you can go with `>` : Write stdout […]
The shell variable HISTCONTROL controls what goes into the command history of bash shell. If HISTCONTROL variable equals to “ignorespace”, that means commands starting with a […]
Fixtures are functions that initialize test functions to enable tests executed robustly by providing a steady base. They are used with fixture annotation. In order to determine […]
Boundary Value Analysis is a black-box test technique in which test cases are designed based on boundary values. Boundary value analysis and testing will reveal almost […]
Hop is a computer networking term that adverts to the number of devices, usually routers, (a portion of data) moves from source to its destination, instead […]
chmod is an abbreviation for change mode, the command is used to change access rights of files and directories. Permissions are assigned to the three classes […]