Sunday, 5 February 2017

File Management

All data in Unix is organized into files. All files are organized into directories. These directories are organized into a tree-like structure called the filesystem.

When you work with Unix, one way or another, you spend most of your time working with files. This tutorial will help you understand how to create and remove files, copy and rename them, create links to them, etc.

In Unix, there are three basic types of files –

·        Ordinary FilesAn ordinary file is a file on the system that contains data, text, or program instructions. In this tutorial, you look at working with ordinary files.

·   DirectoriesDirectories store both special and ordinary files. For users familiar with Windows or Mac OS, Unix directories are equivalent to folders.

·         Special Files Some special files provide access to hardware such as hard drives, CD-ROM drives, modems, and Ethernet adapters. Other special files are similar to  aliases or shortcuts and enable you to access a single file using different name


In file management we are going to see…

No comments:

Post a Comment