Using ps -fu will return the starting time of a process. But what if the process has been running for days like shown below?
UID PID PPID C STIME TTY TIME CMD
oracle 28649 1 0 Sep 01 ? 14:51 ora_pmon_pccs
oracle 3056 1 0 Sep 02 ? 15:16...
I am not an experienced C programmer by any means, but I need to allow a user to change permissions and the owner on multiple files, and the only way I know how is the code below. Would someone show me a more efficient way? Thanks.
#include <stdio.h>
#include <sys/types.h>
#include...
Technology is constantly evolving and certain positions in the industry are likely to disappear due to advances, while new jobs, not yet thought of, will need to be staffed due to technological advances.
My situation is that I have been in IT for over 10 years and I no longer derive the...
Oracle rman backup with Netbackup.
The problem is that unlike TSM you cannot put the 'su - oracle -c scriptname' inside the scheduler and have it run. The only way I have found so far is to write a script that does an 'su - oracle -c "scriptname"' to have scriptname run. Can anyone think of a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.