The extensions may differ but "ini style":
Code:
[section1]
item1=value1
item2=value2
,etc.
configuration files do exist on Linux. The php configuration file on Linux actually is called php.ini.
...in fact, Linux uses that style far, far more than Windows. It is so pervasive in Linux that it is effectively universal. I can't remember ever seeing a config file in Linux that was in binary gobbledygook, except maybe in a cross-compiled program originally written for another type of system (such as a MIcrosoft OS).
That said, if you see a file named foobar.ini, you can safely assume it's not for use in Linux. It's not unknown but examples are the exception, not the rule, in my experience.
As a side note, no you wouldn't either. Fsn (pronounced "fusion") was featured in Jurassic Park, but never became a functional software program. I hear most programs compiled for Linux run in Unix and vice versa with little modificatins since both are in C. I know KDE will, and can find many Iinux programs that are tested suitable for MacOS-X. Heck. Android is a bona-fide Linux itself. ...now, if I can get Vector and Android to play together.
A program compiled for Linux would most likely need to be recompiled for another unix-like system, you wouldn't just be able to run it straight away.
Irix, also featured in that movie, also won't run in Linux, it's SGI only.
Irix is an OS, you wouldn't expect it to run in Linux any more than you expect HP-UX, AIX, Xenix, CP/M, NetBSD, or Windows to run in Linux (except virtualized, of course).
So that movie was full of that kind of stuff? Never seen it, but I know I'd get more pop culture references from the past 20 years if I did. When it came out it was way too popular for me to want to see it and I've never gotten around to it since.
...but we digress, let us return to talking about adb. I don't think the .ini file is used in Linux. I think you do the same thing with udev rules. As an example, the Nook Simple Touch doesn't work with a regular adb platform-tools installation, you have to modify adb_usb.ini in Windows, and you do the same thing with udev in LInux:
ADB Over USB (Nook Classic) - nookDevs