Find the answer to your Linux question:
Results 1 to 4 of 4
hi, If we want to configure bind, dhcpd or any other service on linux or configuring linux itself, the files are in different formats, their configuration structures are different. Now ...
  1. #1
    Just Joined!
    Join Date
    Nov 2011
    Posts
    2

    Smile Do I need to Memorize the Linux Configuration File?

    hi,

    If we want to configure bind, dhcpd or any other service on linux or configuring linux itself, the files are in different formats, their configuration structures are different. Now what is the actual way of learning the way these files are written, the way these are processed.

    I mean, I dont want to memorize bind 9 configuration file but want to write it from my brain from scratch but after knowing the structure and format used in it.

    Do I need to learn scripting for it to know the core structure of these files or ????

    I am very good in linux but all the time I refer to tutorials to do something.. I am thinking that I am missing some core technique of learning linux..

    Thanks

  2. #2
    Linux User
    Join Date
    Jan 2005
    Location
    Saint Paul, MN
    Posts
    262
    Yes, the configuration files are a learned concept. The different formats of different application/daemons/etc are because they have different needs. Even of they were written in say XML, they would be different and you would have to know how they are put together. Also they tend to keep a backward compatible format for as long as possible. The developers get a lot of grief from users when the format changes for a specific tool. Also do not expect them to ever get into a common style (they belong to the application and not the OS or a single company).

  3. #3
    Just Joined!
    Join Date
    Nov 2011
    Posts
    2
    Thanks. so it means i need to study each program and its file structure individually?

  4. #4
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    It is true that many programs use different formats, but there are some standards out there.

    In any case, the format for a program's config file is often included in its man page or website. So although you should probably be familiar with config files that you frequently interact with, you do not need to memorize them.
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

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