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

What is insmod?

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

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.
[continue reading…]

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.
[continue reading…]

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

What is e2fsck?

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

What is setsid?
2 setsid examples
Syntax and Options
Related Commands

What is setsid?

setsid creates a new session, which can be used to execute a program.
[continue reading…]

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

What is crond?

Crond daemon is used to execute cron jobs in the background.

crond is started during system startup from the /etc/rc.d/init.d/crond file. The crond program itself is located under /usr/sbin/crond.
[continue reading…]

What is lsmod?
2 lsmod examples
Syntax and Options
Related Commands

What is lsmod?

lsmod is used to view the modules that are currently loaded in the Linux kernel.
[continue reading…]

What is expr?
4 expr examples
Syntax and Options
Related Commands

What is expr?

expr evaluates the given expression.

[continue reading…]

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

What is su?

su command is used to become another user during login session. By default (without username parameter), its become the superuser.
[continue reading…]

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

What is free?

Free displays the total amount of used and free space of physical memory and swap memory in the system.
[continue reading…]