Search Results

Search: Posts Made By: vascobrito
6,853
Posted By vascobrito
fastest copy command
wich is the fastest command in HP-UX to copy an entire disk to dat tapes, or even disk to disk?

thanks
3,729
Posted By vascobrito
Well, i do have a firewall but only controls the...
Well, i do have a firewall but only controls the trafic to and from the outside. I do not now if it is possible to disable that possibility, since the firewall is between the frame relay collector...
3,729
Posted By vascobrito
Disable ftp on web browser
Hi there, how can i disable the possibility of accessing hp-ux with ftp in the web browser?
is there any way to do this?

thanks
14,676
Posted By vascobrito
Thanks, but that configuration doesn't work for...
Thanks, but that configuration doesn't work for me.
i don't even have a file ftpd.cong or it's man pages.
So far, i have found that in the file inetd.conf i can load the service with the options i...
14,676
Posted By vascobrito
Ftp welcome message
Hi there
Could anyone tell me if it's possible, and if it is, how to setup a welcome message on my ftp server? i've readed the man pages for ftp,ftpd,ftpaccess and came to no conclusion. this on...
15,277
Posted By vascobrito
with this script , -15 is working fine and no...
with this script , -15 is working fine and no longer (at least till now) left me with that kind of processes.
So, you'r right
thanks once again
15,277
Posted By vascobrito
thanks for that explanation The users login...
thanks for that explanation
The users login using telnet
and i did follow your advise on using -15 instead of -9.
The problem is that when users login, the profile send's them directly to the...
15,277
Posted By vascobrito
well , i usualy use "who" to find who is logged. ...
well , i usualy use "who" to find who is logged.
when that line appears...

User tty login@ idle JCPU PCPU What
dist12 pts/tc 5:03 37 ...
15,277
Posted By vascobrito
sorry, i ment to write ps -fp when i write "who...
sorry, i ment to write ps -fp
when i write "who -u" , this appears:

dist12 pts/tc Apr 8 17:03 0:35 8145 132.142.170.33

then i try to:

"ps -fp 8145", but nothing appears, just...
15,277
Posted By vascobrito
well , let's see when i use this script, it...
well , let's see
when i use this script, it kill's all the processes but one.
the user still appears when i use "who" and with "w" in the column "what" i have "-".using "who -u" it has a process...
15,277
Posted By vascobrito
kill the tty
Hello Experts
i'm having some trouble with a script.
the purpose is to kill all processes from a distinct tty in a HP-UX machine, given the User TTY.

it's to use like this:

killtty pts/tnb ...
1,938
Posted By vascobrito
Once again thanks Perderabo That solved my...
Once again thanks Perderabo

That solved my problem
53,703
Posted By vascobrito
thanks Perderabo it works wonderfully
thanks Perderabo

it works wonderfully
53,703
Posted By vascobrito
kill all user processes
Hi there, i've been searching all over and i thought i had understood the way i should go to kill all the processes related to a user. But i'm getting more confused then i was.
By lunch time i have...
1,938
Posted By vascobrito
profile script
case $LOGNAME in
insp)
sl=20
sa=`who | grep $LOGNAME | wc -l`
if [ $sa -gt "$sl" ]
then
echo "you will be disconected.allready 2 sessions opened!"
sleep 4
exit
fi
;;
*)
sl=1
sa=`who |...
12,494
Posted By vascobrito
Once again you have been most kind. It works...
Once again you have been most kind.
It works perfectly with just one minor adjustment.

#!/usr/bin/ksh

printf "\n\nEnter file name : "
read sFile
printf "\n\nStart at Client : "
read...
12,494
Posted By vascobrito
Looking for Ygor
Hi there
i'm using this script from Ygor ,where i have made a small change to adapt it to my needs.
It just happens that i'm trying (not very successfuly) to change it a bit.
Right now i have a...
12,494
Posted By vascobrito
Eureka It mean's that i don't have to work on...
Eureka
It mean's that i don't have to work on weekends and that i don't have to wakeup on 3.00AM to come to work on weekdays.
It's frequent the problems with that printer, and this will able them...
12,494
Posted By vascobrito
I don't mean to get abusive, but how can i print...
I don't mean to get abusive, but how can i print those 48 lines where we looked for the match, plus the next 96 lines?
I've tryed some things with the script, but i think i have to learn much more...
12,494
Posted By vascobrito
Nothing i could say would realy express the way i...
Nothing i could say would realy express the way i thankyou for your help and your patiance with this. I've looked arround in many threads and you have been helping many like me, that are starting to...
12,494
Posted By vascobrito
Thanks Ygor It worked fine. I wich i could...
Thanks Ygor
It worked fine. I wich i could understand the script, but i never used awk. I bet it isn't easy to explain.
There's one thing i missed in my question, i'l try to explain why i need...
12,494
Posted By vascobrito
find and copy string in a file
Hello there
I need to find a string in an file, and then copy to a new file from the previous 6 lines to 41 lines after the string.
So, what i need to do , and just don't know how, is to find the...
10,153
Posted By vascobrito
pipe and stdout
Hi there
I'm trying to understand how "|" works.
well, say for instance :

who | wc -l

my question is, does the second command wait for the first to finish or will it interact with the first...
10,153
Posted By vascobrito
I have been looking and searching and i have come...
I have been looking and searching and i have come up with another question.
Is it possible that it doesn't exist de device /dev/stdout in my system? if it doen't exist, is it possible to creat it?...
10,153
Posted By vascobrito
gbak question
Hi there
I know that this isn't the place to put a question like this i supose, but i'm geting desperated. I have searched in interbase forums and nothing helped. If anyone can help me i would...
Showing results 1 to 25 of 33

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