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 insmod?
3 insmod examples
Syntax and Options
Related Commands
insmod command is used to insert modules to Linux kernel.
[continue reading…]
What is groupadd?
3 groupadd examples
Syntax and Options
Related Commands
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
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
Check ext2, ext3, or ext4 filesystems.
[continue reading…]
What is setsid?
2 setsid examples
Syntax and Options
Related Commands
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
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
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
expr evaluates the given expression.
What is su?
3 su examples
Syntax and Options
Related Commands
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
Free displays the total amount of used and free space of physical memory and swap memory in the system.
[continue reading…]