Find the answer to your Linux question:
Results 1 to 9 of 9
Could someone point me towards an easy tutorial about navigating the Linux file system please. Thanks...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Location
    Darkest Wales
    Posts
    29

    Linux File System Tutorial



    Could someone point me towards an easy tutorial about navigating the Linux file system please. Thanks

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Location
    Glasgow, Scotland
    Posts
    6

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Linux FileSystem, http://www.faqs.org/docs/linux_intro/sect_03_01.html

    execute this in Terminal or Konsole
    Code:
    man hier
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Jun 2007
    Location
    Darkest Wales
    Posts
    29
    Hey thanks fella's i'll be sure to have a good look through all the links you've provided. Cheers!

  5. #5
    Just Joined!
    Join Date
    Jun 2007
    Location
    Darkest Wales
    Posts
    29
    Just opened up konsole and typed: $ man hier, only to be informed:
    no manual entry for hier

  6. #6
    Just Joined!
    Join Date
    Sep 2006
    Location
    Stratford upon Avon, UK
    Posts
    12
    Quote Originally Posted by Oheck! View Post
    Just opened up konsole and typed: $ man hier, only to be informed:
    no manual entry for hier
    Yeah, I get that too. I tried the link to Linuxsurvival.com, and was immediately plunged into an hour of downloading plug-ins, which has taught me some interesting stuff in itself but I still cannot browse the site....

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    which distro do you have?
    this is output in my machine:
    HIER(7) Linux Programmerâs Manual HIER(7)

    NAME
    hier - Description of the file system hierarchy

    DESCRIPTION
    A typical Linux system has, among others, the following directories:

    / This is the root directory. This is where the whole tree starts.

    /bin This directory contains executable programs which are needed in single user mode and to bring the system up or repair
    it.

    /boot Contains static files for the boot loader. This directory only holds the files which are needed during the boot proâ
    cess. The map installer and configuration files should go to /sbin and /etc.

    /dev Special or device files, which refer to physical devices. See mknod(1).

    /etc Contains configuration files which are local to the machine. Some larger software packages, like X11, can have their
    own subdirectories below /etc. Site-wide configuration files may be placed here or in /usr/etc. Nevertheless, programs
    should always look for these files in /etc and you may have links for these files to /usr/etc.

    /etc/opt
    Host-specific configuration files for add-on applications installed in /opt.

    /etc/sgml
    This directory contains the configuration files for SGML and XML (optional).

    /etc/skel
    When a new user account is created, files from this directory are usually copied into the userâs home directory.

    /etc/X11
    Configuration files for the X11 window system (optional).

    /home On machines with home directories for users, these are usually beneath this directory, directly or not. The structure
    of this directory depends on local administration decisions.

    /lib This directory should hold those shared libraries that are necessary to boot the system and to run the commands in the
    root filesystem.

    /media This directory contains mount points for removeable media such as CD and DVD disks or USB sticks

    /mnt This directory contains mount points for temporarily mounted filesystems

    /opt This directory should contain add-on packages that contain static files.

    /proc This is a mount point for the proc filesystem, which provides information about running processes and the kernel. This
    pseudo-file system is described in more detail in proc(5).

    /root This directory is usually the home directory for the root user (optional).

    /sbin Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users.

    /tmp This directory contains temporary files which may be deleted with no notice, such as by a regular job or at system boot
    up.

    /usr This directory is usually mounted from a separate partition. It should hold only sharable, read-only data, so that it
    can be mounted by various machines running Linux.
    this is not complete output. i have posted first page only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Jun 2007
    Location
    Darkest Wales
    Posts
    29
    Hiya DC
    I am running Mandriva Spring and i obtained the disk from a magazine.

  9. #9
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    912
    I once wrote a short course on Linux for some Windows-using friends. Here is Module 3, which deals with the Linux file system.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •