Using symbolic link for /var/sadm/pkg
Let's say I want to relocated the pkg directory from under /var/sadm/ to /abc/pkg and use a symbolic link in /var/sadm to point to that new location.
cd /var/sadm
./pkg --> /abc/pkg
What are the functional issues, if any, that can result from incorporating a symbolic link within /var/sadm?
0