Execute the below command to create a softlink.
[root@cloudvedas ~]# ln -s /usr/interface/HB0 CLVSo now when you list using “ls -l” the softlink thus created will look like.
[root@cloudvedas ~]# ls -llrwxrwxrwx. 1 root root 18 Aug 8 23:16 CLV -> /usr/interface/HB0[root@cloudvedas ~]#Try going inside the link and list the contents.
[root@cloudvedas ~]# cd CLV[root@cloudvedas CLV]# lscloud1 cloud2 cloud3[root@cloudvedas CLV]#You can see the contents of /usr/interface/HB0 directory.
No comments:
Post a Comment