Search Results

Search: Posts Made By: benoit.gaillard
Forum: HP-UX 02-28-2006
5,142
Posted By benoit.gaillard
No more problem
I made this in C like this:

void closeAllOpenedFiles()
{
//nombre maximum de fichiers que peut ouvrir un processus
int nombre_max_fichiers=sysconf(_SC_OPEN_MAX);
int i=0;
struct stat...
Forum: HP-UX 02-27-2006
5,142
Posted By benoit.gaillard
How to get the opened files by a process
Hi, i'd like to get the files which are opened by a process during his execution using the c language.
Thanks for helping me.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy