1

As a Linux user, I'd ask how to learn the Linux's directories and files, since everything in Linux is a file descriptor.

I've worked with some distribution of Linux so I think I did understand commands enough.I don't know this is true or not,but I believe the kinds of commands which configure the system work with files,so understanding Linux's files may be a good point to make a firm understanding of it.

By the way,Would you mind guiding me ?

Rinzwind
  • 299,756
user3679015
  • 59
  • 2
  • 7

1 Answers1

1

The official page is:http://www.pathname.com/fhs/ belive it or not, I know that page look ancient and ghetto, but that is the official page of the standard. The official version is 2.3.

As you may notice, the standard is not enforced, distributions may deviate form the FHS Standard. It is a tentative guide. For example: your usb devices most likely mount in /media but in RHEL and SUSE perhaps they mount in /mnt

the OS can put files where ever it likes, the FHS standard is aimed at making things less confusing for users, admins, and developers.

j0h
  • 14,825
  • 1
    The Linux Foundation now handles the FHS, so it's official page is http://refspecs.linuxfoundation.org/fhs.shtml. It will be part of the LSB, so any distro aiming for LSB compliance must adhere to the FHS as well. – muru Jan 29 '15 at 16:18