What does “kernel-resident” mean?How does a kernel mount the root partition?Configuring Wireless...
What is a natural deduction proof from ~(A↔B) to ~(A→B)?
Can I ask a publisher for a paper that I need for reviewing
Creating Fictional Slavic Place Names
Strange math syntax in old basic listing
What if you don't bring your credit card or debit for incidentals?
Why would Lupin kill Pettigrew?
What people are called "кабан" and why?
How does increase in volume change the speed of reaction in production of NO2?
If a problem only occurs randomly once in every N times on average, how many tests do I have to perform to be certain that it's now fixed?
How was Apollo supposed to rendezvous in the case of a lunar abort?
How do I get a list of only the files (not the directories) from a package?
Bringing Food from Hometown for Out-of-Town Interview?
Explain Ant-Man's "not it" scene from Avengers: Endgame
Looking for an old image of designing a cpu with plan laid out / being edited on a literal floor
What damages does a hurting husband pay to his wife?
Pros and cons of writing a book review?
Opposite of "Squeaky wheel gets the grease"
Coding Challenge Solution - Good Range
How do I truncate a csv file?
Is there any Biblical Basis for 400 years of silence between Old and New Testament?
Why use water tanks from a retired Space Shuttle?
Constructing a CCY Gate
Is the world in Game of Thrones spherical or flat?
What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?
What does “kernel-resident” mean?
How does a kernel mount the root partition?Configuring Wireless NetworkDefinitive way to configure network devices in Centos 6.2how does /etc/init.d/networking restart cause wpa_supplicant to be run using the previous configurations?Why does Linux print a lot of debugging messages on boot/shutdown?New Kernel does not automatically reconnect to networkView current kernel parameters?iostat - What does the 'steal' field mean?What does heuristics in Overcommit_memory =0 mean?Why does my boot screen list several kernel versions?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Quoting from the ifconfig
man page:
ifconfig
is used to configure the kernel-resident network
interfaces. It is used at boot time to set up interfaces as necessary.
After that, it is usually only needed when debugging or when system
tuning is needed.
What does kernel-resident mean?
linux networking kernel
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Quoting from the ifconfig
man page:
ifconfig
is used to configure the kernel-resident network
interfaces. It is used at boot time to set up interfaces as necessary.
After that, it is usually only needed when debugging or when system
tuning is needed.
What does kernel-resident mean?
linux networking kernel
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Quoting from the ifconfig
man page:
ifconfig
is used to configure the kernel-resident network
interfaces. It is used at boot time to set up interfaces as necessary.
After that, it is usually only needed when debugging or when system
tuning is needed.
What does kernel-resident mean?
linux networking kernel
Quoting from the ifconfig
man page:
ifconfig
is used to configure the kernel-resident network
interfaces. It is used at boot time to set up interfaces as necessary.
After that, it is usually only needed when debugging or when system
tuning is needed.
What does kernel-resident mean?
linux networking kernel
linux networking kernel
edited Sep 25 '12 at 23:51
Gilles
556k13411411651
556k13411411651
asked Sep 25 '12 at 15:43
chadchad
211311
211311
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The kernel-resident network interfaces
are network interfaces linked with kernel modules.
This term is used to make the distinction with Linux drivers in user space.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f49104%2fwhat-does-kernel-resident-mean%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The kernel-resident network interfaces
are network interfaces linked with kernel modules.
This term is used to make the distinction with Linux drivers in user space.
add a comment |
The kernel-resident network interfaces
are network interfaces linked with kernel modules.
This term is used to make the distinction with Linux drivers in user space.
add a comment |
The kernel-resident network interfaces
are network interfaces linked with kernel modules.
This term is used to make the distinction with Linux drivers in user space.
The kernel-resident network interfaces
are network interfaces linked with kernel modules.
This term is used to make the distinction with Linux drivers in user space.
answered Apr 24 '18 at 15:23
Ortomala LokniOrtomala Lokni
2,32111543
2,32111543
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f49104%2fwhat-does-kernel-resident-mean%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown