Loading...

Run Levels

Runlevels are an important part of Linux operating system.If the administrator Understands runlevels concept clearly,It will be another layer of control and flexibility over the servers for them. Whenever the [ … ]

Crontab

In any operating system, it is possible to create jobs that you want to reoccur. this process known as job scheduling, is usually done based on user-defined jobs. As an [ … ]

Filter Commands

cut: It divides a string or output.syntax: cut [option] Filename option:-d   specifies a delimiter-f   Displays a particular-c   Displays a character Displays the third field of the text using space as [ … ]