Ask Question
26 May, 09:13

Using the command line, create a symbolic link to the / etc in the / root/Desktop folder.

+1
Answers (1)
  1. 26 May, 11:29
    0
    ln - s / etc / root/Desktop

    Explanation:

    ln is the command to create links and - s is the flag to create symbolic links between element1 and element2

    Example:

    ln - s / etc / root/Desktop

    Create a symbolic link between folder etc and folder Desktop
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Using the command line, create a symbolic link to the / etc in the / root/Desktop folder. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers