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…]

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

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

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