Ho开发者_JAVA技巧w can I execute windows batch files from UNIX-AIX, where I installed copssh?Does this work? From the Unix box:
how i can make windows server 2003 see some directory from UNIX-AIX ? i want share files between window开发者_运维技巧s server 2003 and unix aix 6.1Use Samba which allows file sharing between computer
My C program mounts a raw device, then lseeks to its end to find the length. This works well in Linux and Wi开发者_如何学Gondows, but fails in AIX - apparently you can seek to any location, even past
my parent process is unable to catch the SIGCHLD even though its onwaitpid(SIGCHLD... for it开发者_如何学Go.
A mid aged man developed software for the company he works before about 25 years ago... He has written everything in COBOL...It took me hours to understand how the system works!
I\'m working on porting a library onto AIX. It works on Solaris, Windows and Linux but AIX is giving me headaches. I\'m at a point where it builds and runs but I have an issue with some of the librari
Is there a way to write a COM server on aix. I tried using the j-interop, but it allows me to wrap a COM Server in java , bu开发者_如何学Got runs only on windows.
I have the following requirement where there are 3 scripts say, a2,a3,a4 Now as per the requirement a2,a3 should be executed parallely and a4 sequentially.(ie., a4 should be executed only after the c
Question in one sentence: How can I compile code for AIX using G++ on Ubuntu? (Assuming it is possible)
If I nohuped a parent process in unix, will the spawned child processes have the same protection as their parent?.