Miscellaneous

  Home arrow Miscellaneous arrow 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


    (Page 1 of 5 )

    Chaos is bad by definition. To avoid chaos, we've built solid rules that must be respected. You really want to avoid chaos in a file system. Therefore, the UNIX file system comes with regulations that you cannot break if you want to use it. Once you learn this, working with it will be much simpler.

    This article sets as its goals the presentation of the main traits of the UNIX file system and the explanation of a couple of tools with the help of which you can view, modify and change these traits. The tools will be UNIX commands. You can use them from inside the terminal.

    You could argue that you can do the same just fine from the file viewer your UNIX-based operating system came with, like the Nautilus File Manager inside Ubuntu. This is true; however, these commands will serve you later once you  learn more about UNIX/Shell programming. This will serve as a base for that and let you automate tasks later on that until now you've had to do each day, week and month manually yourself.

    To round this out, let me state that this is the third part in a series of articles about UNIX/Shell programming. If you read all of them and also invest the effort to see it for yourself how this works, you will get enough knowledge to do just about anything with shell scripting, with just a little research.

    In the earlier articles, I presented some general UNIX concepts and explained how to use the terminal. Therefore, at this point, you should already be familiar with these aspects and I will no longer stress them. Let us start, then, with the file system.

    There are three kinds of file systems currently known and used. First, there are the hierarchical ones (UNIX, DOS). Then we have relational file systems, as is the case with WinFS. Finally, the file system can be object-oriented, as it is with Windows NT. In UNIX, we have a hierarchical structure that reminds one of a tree from the graphs. Inside this structure, we have folders and files.

    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 9 - Follow our Sitemap