Accidentally created symlink dhcpcd, how to remove it again Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionCan't connect to a wireless network in Arch Linux netctlOh no! Something went wrong! While starting the system after installing Kali LinuxSystemd config for later mounted encrypted volume with services working on itusing systemd timers instead of cronArch Linux dhcpd won't start on boot - cannot find subnet declarationProblem installing base and base-devel on ArchBad Keymap Preventing Login on Arch LinuxThe alsa-restore service is not workingNo users can log inArch Linux stuck at “Loading version 240” after modifying configs
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Do I really need to have a message in a novel to appeal to readers?
How to install press fit bottom bracket into new frame
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
Should I use a zero-interest credit card for a large one-time purchase?
Chinese Seal on silk painting - what does it mean?
Why wasn't DOSKEY integrated with COMMAND.COM?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Effects on objects due to a brief relocation of massive amounts of mass
Morning, Afternoon, Night Kanji
Most bit efficient text communication method?
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
Do wooden building fires get hotter than 600°C?
Question about debouncing - delay of state change
An adverb for when you're not exaggerating
How do I find out the mythology and history of my Fortress?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
How can I reduce the gap between left and right of cdot with a macro?
How does light 'choose' between wave and particle behaviour?
What is "gratricide"?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
Is CEO the "profession" with the most psychopaths?
How to compare two different files line by line in unix?
Accidentally created symlink dhcpcd, how to remove it again
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionCan't connect to a wireless network in Arch Linux netctlOh no! Something went wrong! While starting the system after installing Kali LinuxSystemd config for later mounted encrypted volume with services working on itusing systemd timers instead of cronArch Linux dhcpd won't start on boot - cannot find subnet declarationProblem installing base and base-devel on ArchBad Keymap Preventing Login on Arch LinuxThe alsa-restore service is not workingNo users can log inArch Linux stuck at “Loading version 240” after modifying configs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I was setting up arch linux and accidentally hit enter after typing systemctl enable dhcpcd
.
After that the console said
Created symlink /etc/systemd/system/multi-user.target.wants/dhcpcd.service -> /usr/lib/systemd/system/dhcpcd.service.
How can I undo what I have done?
arch-linux system-installation
New contributor
add a comment |
I was setting up arch linux and accidentally hit enter after typing systemctl enable dhcpcd
.
After that the console said
Created symlink /etc/systemd/system/multi-user.target.wants/dhcpcd.service -> /usr/lib/systemd/system/dhcpcd.service.
How can I undo what I have done?
arch-linux system-installation
New contributor
add a comment |
I was setting up arch linux and accidentally hit enter after typing systemctl enable dhcpcd
.
After that the console said
Created symlink /etc/systemd/system/multi-user.target.wants/dhcpcd.service -> /usr/lib/systemd/system/dhcpcd.service.
How can I undo what I have done?
arch-linux system-installation
New contributor
I was setting up arch linux and accidentally hit enter after typing systemctl enable dhcpcd
.
After that the console said
Created symlink /etc/systemd/system/multi-user.target.wants/dhcpcd.service -> /usr/lib/systemd/system/dhcpcd.service.
How can I undo what I have done?
arch-linux system-installation
arch-linux system-installation
New contributor
New contributor
edited Apr 14 at 15:33
Rui F Ribeiro
42.2k1484142
42.2k1484142
New contributor
asked Apr 14 at 15:08
SkelotSkelot
31
31
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
To undo this, disable the service:
systemctl disable dhcpcd
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
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
);
);
Skelot is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512428%2faccidentally-created-symlink-dhcpcd-how-to-remove-it-again%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
To undo this, disable the service:
systemctl disable dhcpcd
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
add a comment |
To undo this, disable the service:
systemctl disable dhcpcd
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
add a comment |
To undo this, disable the service:
systemctl disable dhcpcd
To undo this, disable the service:
systemctl disable dhcpcd
answered Apr 14 at 15:13
Stephen KittStephen Kitt
182k25419497
182k25419497
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
add a comment |
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
Okay I did that already, I thought I broke a bit more with it and had to do more to undo this. Thank you!
– Skelot
Apr 14 at 15:23
add a comment |
Skelot is a new contributor. Be nice, and check out our Code of Conduct.
Skelot is a new contributor. Be nice, and check out our Code of Conduct.
Skelot is a new contributor. Be nice, and check out our Code of Conduct.
Skelot is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512428%2faccidentally-created-symlink-dhcpcd-how-to-remove-it-again%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