Closed Thread
Results 1 to 6 of 6

Thread: Registry?

  1. #1
    MarkA Guest

    Registry?

    Does Linux have anything which is similar or close to registry (like in Windows?)

  2. CODECALL Circuit advertisement

     
  3. #2
    LemonMan Guest
    After some research I came to the solution... no it does not seem to have any!

  4. #3
    Jordan Guest
    No. I'm not sure what the standard is for storing data but I would imagine in files or a database.

  5. #4
    LemonMan Guest
    Will every program need his own database?

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    If you go to /home/[username] and type ls -a, you will see a ton of folders that begin with a period. These are where programs usually store their configuration information. Because Linux was designed as a multi-user system, the programs tend to be designed to store information in a multi-user-friendly way, which means not assuming the will all want the same thing. Configuration files (sort of like the old DOS .ini files) can also be stored in the program directory for global settings that should affect all users.

  7. #6
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    I think the tmp/ directory in your home dir also houses a lot of application information.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Registry hex to text?
    By ahmed in forum The Lounge
    Replies: 5
    Last Post: 08-09-2011, 05:37 PM
  2. How do i add the following registry keys
    By iluxon4ik in forum General Programming
    Replies: 2
    Last Post: 03-11-2010, 05:54 PM
  3. Registry Watching
    By dargueta in forum Software Security
    Replies: 4
    Last Post: 03-30-2009, 04:51 PM
  4. About EnableDHCP registry
    By chesschi in forum Managed C++
    Replies: 1
    Last Post: 01-11-2009, 10:28 PM
  5. Deleting a subkey from the registry
    By reniery in forum Visual Basic Programming
    Replies: 6
    Last Post: 06-03-2008, 10:39 AM

Tags for this Thread

Bookmarks

Posting Permissions

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