Symbolic links are used to create references to files or directories in other locations
1. Navigate to wordlists directory
cd/usr/share/wordlists/
2. Create the Symlink
ln -s /path/to/original /path/to/symlink
contoh,
ln -s ~/wordlist_aku.txt /usr/share/wordlists/wordlist_baru_aku.txt
3. Verify the Symlink
ls -1
output example:
lrwxrwxrwx 1 user user 10 Aug 23 15:00 newlist.txt -> /home/user/my_wordlist.txt