Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 11011110000

    Getting Process Start Time

    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...
  2. 11011110000

    Using sprintf

    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...
  3. 11011110000

    Evolving technolgy, baby boomer retirement, and jobs

    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...
  4. 11011110000

    USB Modem

    Does FreeBSD 4/5 support a USB attached modem?
  5. 11011110000

    su within same script

    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...

Part and Inventory Search

Back
Top