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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.