- Techniques cited in Unix / Linux

shell provides a variety of characters that have special meaning while using them in any shell script and cause a limit of a word unless quoted.
- Basic utilities: print, email in Unix

by this chapter, you have a few basic insights about unix systems and some of its basic commands. this chapter will briefly discuss some of the basic but important utilities of unix utilities that you will use in your daily activities.
- Use variables in Shell

a variable is a string of characters from which we assign a value. the assigned value can be a number, text, file name, device or any other type of data.
- Micro editor in Unix / Linux

there are many ways to edit files in unix and for me, one of the best ways is to use the editor to edit the micro screen orientation. this editor lets you edit the lines of content with other lines in the file.
- Select loop in Shell

the select loop provides an easy way to create a numbered menu from which the user can select. it is useful when you want to ask the user to select one or more items from a list of options.
- C Shell operators

this tutorial lists all the operators available in c shell. here, most operators are similar to those we have in the c programming language.
- Control loop in Unix / Linux

the previous chapter has been shown how to create loops and work with them to perform various tasks. sometimes you need to stop a loop or continue their repetitive process.
- What is a shell?

shell is an environment in which we can run commands, programs and shell scripts. there are different versions of shell, which differ only from the version of the operating system. each version of shell has its own set of recognized commands and functions.
- Learn basic file access licenses in UNIX

if using a unix or unix-style operating system, we need to understand the most basic file-level security management methods.
- ManPage Help in Unix

all unix commands come with arbitrary and mandatory functions. it is very common when you forget the full syntax of these commands.