Create hard and soft links Flashcards
1
Q
What command creates links between files
A
ln
2
Q
Create a soft link between ~/motd and /etc/motd
A
ln -s /etc/motd ~/motd
What command creates links between files
ln
Create a soft link between ~/motd and /etc/motd
ln -s /etc/motd ~/motd