Search Results

Search: Posts Made By: pbonilla
2,222
Posted By pbonilla
Works with FTP but not NFS
I am having problems ready files that have been NFS mounted. Here is what i have:
Original files are on VMS server, need them on Linux server.
I have NFS mounted from VMS to Linux and can see the...
3,706
Posted By pbonilla
Idle users over 1 day
Please help, im modifing an idle script to capture (not kill) users who havee been idle over a time. now i've got to work with the exection of users whos idle time gove over 24 hrs and becomes "old"....
3,234
Posted By pbonilla
errors using grep
heres the line i think is giving me the error. any help is appreciated.

code:
if [ `ps -ef|grep "SOMETHING" | grep -c -v grep` -eq 0 ]

or posibly;

while [ `ps -ef|grep $wlPID|grep -c -v...
8,771
Posted By pbonilla
Difference between UNIX and Linux
OK, I've used various versions of UNIX(Solaris, HPUX, etc..) over the years. Now the organization I work for is leaning towards more Linux based systems(Redhat, Suse, etc..)

I do see differences...
1,679
Posted By pbonilla
does it exist in linux?
Is there a jumpstart equivalent tool in the linux environment?
2,448
Posted By pbonilla
Talk utility
Are "talk" sessions logged or can they be logged?
2,926
Posted By pbonilla
why not just use head or tail. grep "word"...
why not just use head or tail. grep "word" file/location | tail -10 or head -10
10,568
Posted By pbonilla
snoop equivalent
is there a snoop equivalent in other flavors of unix? HPUX, SCO or linux.

TIA
Peter
3,203
Posted By pbonilla
virus detection
IS there virus software for unix? I worked in a Solaris environment and dont remember having anything. I also ask because the current enviroment i am working on is Microsoft and they argue that they...
16,027
Posted By pbonilla
to bring down the system CLEAN, you need to...
to bring down the system CLEAN, you need to accomplish 3 things
Sync memory to disk
unmount all file systems
Kill a processes cleanly (not Kill -9)

Init 6 does all three by using run control...
1,848
Posted By pbonilla
Difference in administration
I have been working on Sun Solaris since 2.6 and now on 9. I have an opportunity to accept a position working on HPUX and AIX. From a administration point of view. What are the major differences of...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 04:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy