Differences between RedHat and Debian
From WBITT's Cooker!
(Difference between revisions)
m |
|||
Line 11: | Line 11: | ||
| dpkg -l | | dpkg -l | ||
|- | |- | ||
- | | | + | | Interface configuration |
- | | | + | | /etc/sysconfig/network-scripts/* |
- | | | + | | /etc/network/interfaces |
|- | |- | ||
| row 3, cell 1 | | row 3, cell 1 |
Revision as of 08:10, 21 March 2011
The following is the summary of different ways of doing similar tasks in RedHat and Debian.
Task | RedHat | Debian |
---|---|---|
List packages | rpm -qa | dpkg -l |
Interface configuration | /etc/sysconfig/network-scripts/* | /etc/network/interfaces |
row 3, cell 1 | row 3, cell 2 | row 3, cell 3 |