I have AIX Version 5.3. I have deleted some file from the file system but the space is not released.
The percentage of inodes in use is adequate.
Is there any permanent fix for this?
I have AIX Version 5.3. I have deleted some file from the file system but the space is not released.
The percentage of inodes in use is adequate.
Is there any permanent fix for this?
With reference to my previous post "SunOS free command" I need help to find the memory details using kstat command on sunOS.
I will really appreciate if anyone can help me with a perl script.
I have SunOS 5.10 sparc server. I want to calculate system memory. I can easily find this in Linux using /usr/bin/free command. Can anyone please suggest me if there is any equivalent command in SunOS. It would be better if anyone can give me any Perl script to find the same in below format.
total used free shared buffers cached
Mem: 2257920 1725688 532232 0 354736 766032
Swap: 0 0 0
Total: 2257920 1725688 532232
I had perl version 5.8.8 installed in my system. I have installed 5.10.0 at /usr/local/bin/perl. but when i restarted my linux box now the default perl path has been changed.
which perl
/usr/local/bin/perl
I want to use perl version 5.10.0 but also want to keep default path to /usr/bin/perl (version 5.8.8).
I have tried to make an alias in my bash profile but after doing this I am not able to use perl 5.10. Can you please suggest me the way to fix this issue.