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 insmod?
3 insmod examples
Syntax and Options
Related Commands
insmod command is used to insert modules to Linux kernel.
[click to continue…]
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.
[click to continue…]
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.
[click to continue…]
What is e2fsck?
5 e2fsck examples
Syntax and Options
Related Commands
Check ext2, ext3, or ext4 filesystems.
[click to continue…]
What is setsid?
2 setsid examples
Syntax and Options
Related Commands
setsid creates a new session, which can be used to execute a program.
[click to continue…]
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.
[click to continue…]
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.
[click to continue…]
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.
[click to continue…]
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.
[click to continue…]