What is cmp?
5 cmp examples
Syntax and Options
Related Commands

What is cmp?

cmp command is used to compare two files byte by byte.
[click to continue…]

What is modprobe?
5 modprobe examples
Syntax and Options
Related Commands

What is modprobe?

The modprobe utility is used to add and remove kernel modules to/from linux kernel. Linux kernel modules have .ko as module name extension. ‘modprobe’ is intelligent enough to load the dependency of a kernel module(if any) first and then loads the actual module.
[click to continue…]

What is make?
5 make examples
Syntax and Options
Related Commands

What is make?

While compiling large programs, if some change is done in any of the source/header files then compiling the whole source code again does not make any sense. The ‘make’ utility determines which pieces of the source code need to be recompiled and it issues commands to recompile only those pieces.

[click to continue…]

What is ldconfig?
3 ldconfig examples
Syntax and Options
Related Commands

What is ldconfig?

ldconfig is used to create, udpate and remove symbolic links for the current shared libraries based on the lib directories present in the /etc/ld.so.conf
[click to continue…]

What is hostname?
3 hostname examples
Syntax and Options
Related Commands

What is hostname?

You can view your system name (hostname) or assign a new name to your system using hostname command.
[click to continue…]

What is egrep?
3 egrep examples
Syntax and Options
Related Commands

What is egrep?

egrep is same as ‘grep -E’ or ‘grep –extended-regex’, which uses extended regular expression.
[click to continue…]

What is insmod?
3 insmod examples
Syntax and Options
Related Commands

What is insmod?

insmod command is used to insert modules to Linux kernel.
[click to continue…]

What is groupadd?
3 groupadd examples
Syntax and Options
Related Commands

What is groupadd?

groupadd command is used to create group accounts. It updates the /etc/group file accordingly.
[click to continue…]

What is basename?
3 basename examples
Syntax and Options
Related Commands

What is basename?

When you provide a string that contains a filename will full path, basename will remove only the directory portion of it, and return only the filename portion of that string. It can also remove the file extension, and return only the filename without an extension.
[click to continue…]

What is e2fsck?
5 e2fsck examples
Syntax and Options
Related Commands

What is e2fsck?

Check ext2, ext3, or ext4 filesystems.
[click to continue…]