Results 1 to 5 of 5

Thread: pure-ftpd qustion

  1. #1
    Senior Member
    Join Date
    Jan 2002
    Posts
    227

    pure-ftpd qustion

    Hi people!

    We have pure-ftp server running on our linux machine. What I would like to know is if I can kick some user connected to this ftp server and if so how? I've tried to find this in man but haven't succeded. Anyone can help??

    Thanx in advance.
    http://promote.opera.com/small/opera94x15.gif

    [gloworange]Sun7dots[/gloworange]

  2. #2
    Senior Member
    Join Date
    Jan 2002
    Posts
    371
    try:

    ps -ef | grep <username>

    There should be an entry like:

    <username> 6666 2222 0 00:00 00:00:00 /usr/sbin/ftpd

    and kill the PID:

    kill 6666
    SoggyBottom.

    [glowpurple]There were so many fewer questions when the stars where still just the holes to heaven - JJ[/glowpurple] [gloworange]I sure could use a vacation from this bull$hit, three ringed circus side show of freaks. - Tool. [/gloworange]

  3. #3
    Question:

    Is it kill 6666 or kill -9 6666?

  4. #4
    rebmeM roineS enilnOitnA steve.milner's Avatar
    Join Date
    Jul 2003
    Posts
    1,021
    Originally posted here by Infiltrator
    Question:

    Is it kill 6666 or kill -9 6666?
    kill -9 is kill with extreme predjudice

    Try it without the -9 first & then with it if it didn't work

    Steve
    IT, e-commerce, Retail, Programme & Project Management, EPoS, Supply Chain and Logistic Services. Yorkshire. http://www.bigi.uk.com

  5. #5
    Senior Member
    Join Date
    Jan 2002
    Posts
    227

    Talking thanx

    Thank you SoggyBottom.. It works perfectly
    http://promote.opera.com/small/opera94x15.gif

    [gloworange]Sun7dots[/gloworange]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •