s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
2.2. Differences between Linux distributionsThere are many different Linux distributions and they all have their own idiosyncrasies and ways of doing things. In particular, there are two different ways a Linux (and Unix) computer actually starts up, configures its interfaces, and so forth. These are BSD system initialization and System V system initialization. If you dip into some of the Unix news groups, you will find occasional religious wars between proponents of these two systems. If that sort of thing amuses you, have fun burning bandwidth and join in! Possibly the most widely used distributions are
BSD style initialization typically keeps its initialization files in /etc/... and these files are:-
Of recent times, some BSD system initialization schemes use a /etc/rc.d... directory to hold the start up file rather than putting everything into /etc. System V initialization keeps its initialization files in directories under /etc/... or /etc/rc.d/... and a number of subdirectories under there:-
If you are trying to track down where your Ethernet interface and associated network routes are actually configured, you will need to track through these files to actually find where the commands are that do this. |