- Create symbolic link
ln -s [source file path] [symbolic path]
- List symbolic under the current directory
find . -maxdepth 1 -type l -ls
Reminder: Ubuntu commands
分類:Reminder
ln -s [source file path] [symbolic path]
find . -maxdepth 1 -type l -ls
搶先發佈留言