Answer:
ln -s /etc /root/Desktop
Step-by-step 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