I need to add those two to my paths.
Thus, my plan is to check first if they’re already in my machine, and if they are, I’ll add them to my path. Otherwise, I’ll install them first then add them to my path.
Thanks
To see if the files are installed on your system you can use:
egrep 'crt(begin|end)' /var/sadm/install/contents
If they aren’t installed, you can grep for them in the Solaris install media:
egrep 'crt(begin|end)' /cdrom/cdrom0/Solaris_10/Product/*/pkgmap
Check more discussion of this question.