Browsing Tag
linux commands
125 posts
System Directories in Red Hat
The system directories in Red Hat are a set of directories that contain important system files and configuration…
chkconfig command in Red Hat and it perimeters
The chkconfig command in Red Hat-based Linux distributions is used to manage the runlevel configuration of services, allowing…
Managing Services in Red Hat
In Red Hat, services are managed by systemd. systemd is a system and service manager that is responsible…
runlevel command in Red Hat and it perimeters
In Red Hat-based Linux distributions, the runlevel command is used to display the previous and current runlevels of…
Changing runlevels with telinit in Red Hat
The telinit command is used to change the runlevel of a Linux system. The runlevel is a number…
Organizing Scheduled Tasks in Red Hat
There are a few different ways to organize scheduled tasks in Redhat. One way is to use the…
cron Environment Variables in Red Hat
By default, cron does not read environment variables from files like ~/.bashrc or ~/.bash_profile. This is because cron…
crontab Entries in Red Hat
A crontab entry in Red Hat is a line in a crontab file that specifies a task to…
The crond Service in Red Hat and it perimeters
The crond service in Red Hat-based Linux distributions is responsible for managing scheduled tasks using the cron daemon.…
System Time and Date command in Red Hat and it perimeters
In Red Hat-based Linux distributions, you can use the date command to display or set the system’s date…