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

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

    Slow FTP coming in to AIX 5.1 box

    Outgoing FTP flies, copying files around local disks flies, but when using FTP to get or put a file onto the server, it crawls... Approx. 1/2 speed iostat shows the Kbps at about 4100 versus another AIX box that shows about 8500 I have eliminated everything outside of the box (cables...
  2. txolson

    complete number sequences

    Hello, What I am trying to accomplish is to take a 2 column list of numbers and make it into a single column complete list including the numbers that are just referenced by inference in between columns. (Korn, Sed or Awk preferred if possible) For Example: 303412 303460 303462 30348 303492...
  3. txolson

    re-create or correct /dev/null

    Hello, Somehow my /dev/null got changed -- Now it doesn't show as a device, it's actually a file. How can I change it back. INCORRECT: -rw-rw---- 1 wnocsa mail 84 Jul 12 01:05 /dev/null CORRECT: crw-rw-rw- 1 root system 2, 2 Jul 12 00:04 /dev/null
  4. txolson

    script in cron gets--> "stty: : Inappropriate ioctl for device"

    I am trying to place a script into cron which runs fine from the command line, but produces (2) "stty: : Inappropriate ioctl for device" messages when placed into cron. It does actually still do the work, but want to try to eliminate the message without using > /dev/null 2>&1..... I...

Part and Inventory Search

Back
Top