- Manage folders in Unix / Linux

a directory is a file whose only task is to store the name and related file information. all files, which can be regular, special or directory files, are kept in folders.
- User management in Unix / Linux

unix supports a concept of group account, which groups a number of accounts logically. each account will be part of any group account. the unix team plays an important role in executing process management and allowing access to files.
- How to use SSH Pipe on Linux

the unix pipe is a major step forward in the development of unix and unix-like operating systems. it allows users to perform complex computational tasks by linking together the input and output of basic programs.
- Signal and Trap in Unix / Linux

signals are software interrupt signals that are sent to a program that indicates a serious event has occurred. these events can be very diverse from user requests to illegal memory access. some signals, like signal interrupts, indicate that a user has asked the program to do something without being in control.
- What is a .gz file?

gz files are compressed files created using the gzip compression utility, which was originally created by two software developers as a replacement and improvement on compress in unix. this utility is most commonly used on unix and linux systems.
- 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.
- Korn Shell Operator

this tutorial lists all the operators available in the korn shell. here most of these operators are similar to what we have in the c program language.
- Distribute file access with chmod command

unix and linux operating systems decentralize access to files and directories using three access parameters, read (read), write (write) and execute (run) to delegate permissions to three groups of objects, including: system owners, administrative groups and users.
- How to Create a File in Unix

this wikihow teaches you different ways to create a new file at the unix command prompt. to quickly create a blank file, use the touch command. to create a new text file from scratch, try the vi text editor or the cat command. if you want...
- System log in Unix / Linux

unix systems have a very powerful and flexible logging system, which gives you the ability to record almost anything you can imagine and then manipulate this log to track the information you require.