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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ui05067

  1. ui05067

    Runnign AIX ftpd someone is att

    Runnign AIX ftpd someone is attempting to login with an incorrect password Jan 18 15:35:24 u111t0002 daemon:debug ftpd[39059688]: u111t0002 FTP server (Version 4.2 Fri Apr 6 19:34:30 CDT 2018) ready. Jan 18 15:35:24 u111t0002 daemon:debug ftpd[39059688]: command: USER hci^M Jan 18 15:35:24...
  2. ui05067

    TZ variabvle not set from cron ksh jobs after DST change on Sunday morning

    todays date is 11/07/2012 `TZ=$TZ+48 date +%Y%m%d` yields 20121107 ???? it should yield 20121105 TZ=EST5EDT running AIX 6.1.0.0
  3. ui05067

    TZ variabvle not set from cron ksh jobs after DST change on Sunday morning

    m500261-clin_prod /home/hci $ `TZ=$TZ+848 date +%Y%m%d` ksh: 20121106: not found. m500261-clin_prod /home/hci $ echo $TZ EST5EDT m500261-clin_prod /home/hci $ date Tue Nov 6 19:07:00 EST 2012 how come the first command does not yield a date of 31 days ago? Stopped working after Daylight...
  4. ui05067

    /etc/profile variables are not in environment in /usr/bin/ksh called from cron???

    Any ideas on how to make the /etc/profile variables availabe to ksh scripts exectued from the cron. they are availabel when I reference them from the ksh command prompt for the same user that owns the cron.
  5. ui05067

    ftp creation of a new file - permissions of group

    scenario box1 sending filea to box2 using ftp and user login: hci file permissionson box1 for filea: -rw-rw-r-- 1 hci staff directory "abc" on box2 permissions are: drwxrwsrwx 7 hci staff umask of box2 user hci is 002 why is the file being created, filea, havepermissions...
  6. ui05067

    find ./ -mtime -7 -exec ls -l {} \;

    the above command pulls more than just the last 7 days of modified files. I am getting files well beyond 7 days ago.
  7. ui05067

    rcp connection refused

    did not have /etc/inetd entry: shell stream tcp6 nowait root /usr/sbin/rshd rshd active.
  8. ui05067

    rcp connection refused

    rcp' ing from box1 to box2 user abc rcp file1 hci@box2:/home/abc/file1 i have added .rhosts permissions 600 to box2's abc home directory getting connection refused.
  9. ui05067

    rcp simple

    want to rcp from HPUX box to AIX box - user account on both boxes is bob rcp locfile boxname:/home/bob i have added local file's boxname ip to the4 remote boxnames .rhosts in /home/bob...... receiving: rcmd: connect: boxname: Connection refused missing something simple ?
  10. ui05067

    when quitting vi or less....displayed buffer clears

    PUtty setting....taht was it!!!!! love you man!
  11. ui05067

    when quitting vi or less....displayed buffer clears

    When I "q" out of a display/editor app like vi, the display buffer disappears on the screen...as opposed to what was being displayed remaining on the this is under os 6100-02. Where is this behavior controlled?
  12. ui05067

    tar folders only

    I would like to TAR AND move (FTP) a directory structure from one box to another HPUX to AIX :-) how can I just tar the directory sturctures without including the files in them? THanks!
  13. ui05067

    tar exclude

    Want to tar up a file system "q" excluding certain directories or files ie *.idx and *.abc...........
  14. ui05067

    changing a users gid

    How do I change a user (uibob) GID from dog to cat ?
  15. ui05067

    date -u +%H displays 14 when the time is 10...

    Yep.... thanks !

Part and Inventory Search

Back
Top