I made an archive of 19G size in Solaris10 w开发者_JAVA技巧ith tar E option. But now neithertar tvf nor tar xvf on the tarball works!! How can I extract the files?Have you tried GNU tar (gtar)? There
I need to delete old files with special characters in filenames like space,,,(,),! and so on via PHP. Classic unlink($filename) does not work for these files. How can I transform 开发者_JAVA百科filena
I am working on developing an software. I have installed the v1.0 on my machine running solaris 10, and I want to upgrade to version 1.1 tha has some new function.
i\'m trying to write a shell script, for linux and solaris, that finds some specific files older than X days and then deletes them. the trick i开发者_开发百科s that during this process there are a cou
I\'m trying to install the Crypt::SSLeay perl module and it keeps failing. Perl is v5.8.8; Solaris is 5.10 and is on Intel hardware.
I would like to know how does the \"top\" command compute the cpu percentage used by any process. I have tried read开发者_Go百科ing the \"psinfo\" binary file in the /proc directory , but it didnt he
It is easy enough to find the 开发者_开发知识库answer for Windows, Linux and OSX on the web, but how about on commercial UNIX operating systems like AIX (on POWER), HP-UX (on Itanium) and Solaris (on
I have two 3rd party library files called libA.a and libB.a They are built with g++. Now, I need to do function calls from java using JNI.
This is a little related to my previous question Solaris: Mounting a file system on an application's handlers except this question is for a different purpose and is simpler as there is no open/clo
I am trying to compile a rather big application on Solaris. Compiling it on AIX caused a problem that the command line buffer was too small (ARG_MAX).