Miscellaneous

  Home arrow Miscellaneous arrow Page 2 - UNIX File Systems
MISCELLANEOUS

UNIX File Systems
By: Gabor Bernat
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 3
    2009-03-18

    Table of Contents:
  • UNIX File Systems
  • File Types
  • The File System and Important Directories
  • Working with Directories and Files
  • Devices

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    UNIX File Systems - File Types


    (Page 2 of 5 )

    We work with a general concept of files. Most programs read from the input and print to the output. Moreover, the input and the output is in fact text, so these are not files on their own. Because of this, everything is treated as a file. The folders are also files.

    You can identify the following type of files:

    • Regular File
    • Directory (Folder)
    • Special device files are two types: character and Block devices
    • Hard Links
    • Symbolic Link
    • Sockets (this will resolve the network connection) 
    • FIFO or named pipe

    In the name of the files, any character may be present, excluding two. These are the / and the (the null character at the end of the string). Nevertheless, it is not recommended to use special characters inside the file names, as this can complicate working with them. Small and capital letters count, and you can also use the numbers and the - _ . characters.

    The length of a file name inside modern operating systems can be up to 255 characters.

    More Miscellaneous Articles
    More By Gabor Bernat

    blog comments powered by Disqus

    MISCELLANEOUS ARTICLES

    - Oracle Database XE: Indexes and Sequences
    - Modifying Tables in Oracle Database XE
    - Oracle Database XE: Tables and Constraints
    - More on Oracle Databases and Datatypes
    - Oracle Database XE Datatypes: Datetime and L...
    - Oracle Database XE Datatypes: Character and ...
    - From Databases to Datatypes
    - Firefox 3.6.6 Released with Improved Plug-in...
    - Attention Bloggers: WordPress 3.0 Now Releas...
    - Reflection in PHP 5
    - Inheritance and Other Advanced OOP Features
    - Advanced OOP Features
    - Linux from Scratch V.6.6 Review
    - Linux Gaining in Strength
    - Install Slackware on Your Old PC


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 7 - Follow our Sitemap