Loading...

Category: Basic Linux

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

File Permissions

File and Directory Attributes: Unix/Linux files have 8 attributes that can be seen with ls –ld [root@comp1 ~]#  ls  -ld  reports Access Levels: Access Mode: Access Modes: Absolute Mode Symbolic [ … ]