Explore
Connect
Documentation
Snippets
Log in
Sign up
1
2
3
4
5
6
7
touch
/tmp/file1
/tmp/file2
ln
-s
/tmp
tmpLink
# create a link tmpLink to the directory /tmp
ls
/tmp
# display files in /tmp directory
# enter the directory /tmp by referencing the soft
link tmpLink
cd
tmpLink
ls
Enter to Rename, Shift+Enter to Preview
Run