5.4 Security - Special Directories and Files Flashcards

1
Q

Which of the following commands creates a symbolic link pointing from ./etc_passwd to /etc/passwd?

A) link -s etc_passwd /etc/passwd

B) ln /etc/passwd ./etc_passwd

C) ln -s etc_passwd /etc/passwd

D) ln -s /etc/passwd ./etc_passwd

A

ln -s /etc/passwd ./etc_passwd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly