You can trace this back with `lsof` using the following:
#lsof -l | grep "whatever"
#lsof -p PID (whatever the pid of the grep is)
#lsof /dev/pts/X (where X is the pts device under the NAME column)
I used to get bonuses from $7,500-$10,000. Then $1,000 bonus. Then, salary cut of 8%. Then, let go (downsized). Then new job of about 8% less than my pay after the first cut.
But, 16% less pay is better than 0% pay.
The reason was it had a character (not visable) in front of it, something like: [^filename
Whenever that happens, I use ksh and set an array:
set -A FILES $(ls /etc)
and delete the index:
rm ${FILES[2]}
Where the '2' is the 3rd file (ksh starts counting at 0).
Speaking of money being wasted - I work for a fed gov't contractor which uses an RS/6000 SP system, however, because some homegrown apps don't work, they attribute this to AIX. Their solution is to go with Sun.
Also, the Sr. Engineer in charge of all this, and the one who made the decision to...
CSM is replacing PSSP, but RSCT has been packaged with AIX 5L. Here is a Hints and Tips link that describes RSCT:
http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/tips0090.html?Open
And until or if the BSDs or Linux variations make installations as simple as Windblows, for example, when I added xcdroast, an X11 front-end to burn cd's on my BSD machine I had to add a line to the kernel and compile. John & Jane Q. Public are not going to do that, so until simplicity is...
I swear that Microsoft developers have a mantra - let's see what piece of bloated, unstable, security-ridden, useless feature we can add.
If the public wasn't so ignorant then MS would have been sued years ago for defective software. My only hope would be for the California class action lawsuit...
This sounds SO much more difficult than it is on AIX and looks a lot like BSD. Unfortunately, I am going to have to learn Solaris because that is what is being migrated to from AIX.
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.