1.

What are different types of files in UNIX?

Answer»

The different types of UNIX files are –

  • ordinary files – text, data or program instructions.
  • directories – stores regular and special files.
  • special files – device files, used for INPUT and output operations.
  • pipes – temporary FILE that holds intermittent data until the second LAST command.
  • sockets ALLOWS advanced COMMUNICATION between several processes.
  • symbolic links (soft links) – contains the path to another file (reference file)


Discussion

No Comment Found