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 TouchToneTommy 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: *

  • Users: denalibird
  • Content: Threads
  • Order by date
  1. denalibird

    AIX intrusion detection

    Does anyone know of good AIX intusion detection procedures or software? Thanks in advance.
  2. denalibird

    silent background job

    I would like to be able to start a background job using & without it displaying a pid, and when I exit, I would like for it to not tell me "jobs are still running." Does anyone know how to do this? Thanks in advance for your assistance!
  3. denalibird

    Find all files with a modification date

    I need to find all files on my system with a modification date of Jun 24 00:02. What's the best way to produce this? Thanks in advance!
  4. denalibird

    delete oldest files from a large directory

    We are trying to delete files 14 days and older from a directory that contains a lot of files. We have been using the following: find /logs -mtime +14 -type f -exec rm {} \; This returns an error that the "list is too long." Does anyone know of another way to do this? Thanks!
  5. denalibird

    setting up a canon imagerunner 5000 to print preformatted PCL

    We are trying to send pre-formatted PCL code to a canon imagerunner 5000 from aix. We have a Wallace script that meerges the text with the PCL codes using Jetform/PrintMerge. Has anyone successfully done this before? and if so how did you define the print queue? I have tried many, many...

Part and Inventory Search

Back
Top