pmap-commands

Linux Tutorials: pmap commands examples

You can find the memory used by a program (process) by looking into /proc directory or using standard command such as ps or top. However, you must calculate all memory…

Read more »

Linux Tutorials: iostat commands examples

iostat command is a command that used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates. The iostat…

Read more »
xargs-commands

Linux Tutorials: xargs commands examples

Under Development The xargs command is extremely useful when we combine it with other commands.This tutorials explains the usage of xargs command using few simple examples. 1. Xargs Basic Example…

Read more »
partition-commands-in-linux-unix

Linux Tutorials: mount & unmount commands examples

Once you create a partition, you should use mount command to mount the partition into a mount point (a directory), to start using the filesystem. You need to add the…

Read more »