Eval Command in Linux

Today let’s see Eval Command in Linux. It is a built-in Unix command – it’s used to execute arguments as shell commands. It’s useful when you have a command stored in a variable and you want to execute it. Syntax Look at the example above, I have stored the command ls – ltr in the … Read more

TEE Command in Linux

TEE Command in Linux

TEE Command in Linux is useful when you want to redirect the standard output to a file. What it actually does is redirect output to the file and as well to the screen(STDOUT). It already comes pre-installed on Linux distributions. If it isn’t installed in the rare cases, refer to this for installation You should … Read more

Stress Command Examples

Stress Command Examples

You deployed the new server and your code, but do you want to check how it will perform under a high CPU load? So here comes STRESS utility.  It will create a load on the server so you can observe performance under stress. Let’s see some Stress Command Examples Stress Utility is a workload generator … Read more

What are the Linux kill command

So we have been covering diffrent Linux command as previosuly we saw echo command in Linux now today we will see what are the Linux kill command and Enlist all the Linux kill commands with its function The Linux Kill commands are: Killall Pkill xkill Killall: Killall command is used to kill all the processes with … Read more