Q. How to find the softlink on my linux VPS server.
A. Simply run the following command :
[root@vps ~]# find /etc -type l -exec ls -li {} ;
Q. How to find the softlink on my linux VPS server.
A. Simply run the following command :
[root@vps ~]# find /etc -type l -exec ls -li {} ;