RAID 1: RAID is a technology that employs the simultaneous use of two or more partitions on the same or different hard disk drives to achieve greater levels of performance [ … ]
Disk Partition and Mounting
Disk partitioning is one of the many steps you must take when preparing a system for use. Partitioning means to divides a single hard drive into many logical drives. In [ … ]
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 [ … ]
Basic Commands In Linux
Command Description # root user prompt $ user working prompt $logname Displays current user name $pwd Present working directory $date Display current date & time $cal Display current month calendar [ … ]
Types Of Editors
Editors: Editors are used for adding, modifying and / or deleting text.The types of different editors used are: Windows: notepad DOS: edit Linux/Unix CLI based : ex , ed , [ … ]
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 [ … ]
String Processing Commands
Regular Expressions or Regex (Grep): Globally research a regular expression and print.To search a string or regular expression in a file(s)Syntax: grep [options] PATTERN FILE(S) grep [options] [ … ]
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 [ … ]
Types of Compressions
Tar : Tar can be used to archive a group of files or folder Options Description c create a archive t display files on archive (to view only) x extract [ … ]
Folder Permissions(ACL)
TO APPLY THE ACL PERMISSIONcat > solarisls ( to check the file )setfacl -m u:a1:rw solarisTO CHECK THE ACL PERMISSION FOR FILE ll solaris TO CHECK ACL USERS WITH PERMISSION [ … ]