I use pkg install gcc-3
in solaris 11 to install gcc 3. Where did pkg
store the downloaded package install files / gcc-3.pkg file?
I tried /etc/pkg/
, only get some useless mako file there.
I can see the pkg
thread downloading the file, is there any way to monitor I/O status in solaris and get the path the pkg process is writing to? iostat
seems only give the io rate and not the actually path.