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 dencom 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: bambock
  • Content: Threads
  • Order by date
  1. bambock

    Listing Tape Contents

    Does anyone know if it's possible to list the first N items of a tape using cpio -t? Depending on the day of the backup the relative path may be "/" down versus "/docs". It would be great to list the first 10 items without spinning through the entire tape. Also, I'd like to script this, so...
  2. bambock

    lsuser (username | ALL) discrepency

    Can someone explain why there is a difference in the lsuser output below? Using ALL: lsuser -a id gecos account_locked time_last_login ALL | grep fred output: fred id=2200 gecos=Fred Michaels account_locked=false Using Username: lsuser -a id gecos account_locked time_last_login fred output...
  3. bambock

    file limits by filesystem

    Does anyone know if it's possible to allow a user or process to create files greater than 2GB on a particular file system? I have an fs that I'd like to create sizable tar file on, but I don't want to exceed the 2GB limit on my other file systems. It might not even be possible. I am running...
  4. bambock

    SCP, NFS, Netcat Tar Pipe

    Hey Everyone, I am working on developing a script to copy data from one system to another across our gig backbone, and I thought I'd ask to see if anyone had a preferred method of accomplishing a task like this. Options I've considered: mount nfs filesystem and copy data over and umount the...
  5. bambock

    CSS and Variable Passing

    I recently saw something like this in a stylesheet link tag: <link rel="stylesheet" href="/css/marketer.css[highlight #ffcc99]?spts=20080307-1055[/highlight]" type="text/css" /> What is the purpose of the highlighted text? It looks like a time stamp being sent, but I've never seen a...
  6. bambock

    wuftpd on AIX 5.3

    I know what your saying...why are you using ftp when scp is so readily available. Well, let's just say it's politics. Anyway, today we rebooted our system and have noticed a problem with ftp clients listing contents when connected to the ftp service. If running a "dir" from the command line...
  7. bambock

    Printer SMIT Dialogs

    Hey Everyone, Does anyone know if there is a configuration file that controls the SMIT dialogs for "Default Print Job Attributes." I am suspecting the answer resides in files located /var/spool/lpd/pio/@local/smit/, but I am not sure. On our previous system, we could see other attributes...
  8. bambock

    AIX Equivelant to &quot;seq&quot;

    Does anyone know of a command that utility or method via the shell that is equivelant to the seq command in Linux? For instance, from the command line I want to run a command 30 times, the seq command allows this in the example below: # for i in `seq 1 30` > do > print $i > done man seq...
  9. bambock

    building vsftpd

    Has anyone successfully built vsftpd for AIX 5.2/5.3? I am trying to set this up, but am running into an error in the compiliation. # make gcc -c main.c -O2 -Wall -W -Wshadow -idirafter dummyinc gcc -c utility.c -O2 -Wall -W -Wshadow -idirafter dummyinc gcc -c...
  10. bambock

    Account Creation / Deletion

    Has anyone developed a script or have a method to monitor accounts being created or deleted in AIX. Thanks, Ethan
  11. bambock

    Wiping Tapes

    Hey all, Does anyone have a method for wiping data off of backup tapes such as an 8mm data cartridge? Thanks

Part and Inventory Search

Back
Top