HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ananymous ftp user
Operating System - HP-UX
1834093
Members
2333
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 01:47 PM
08-04-2008 01:47 PM
ananymous ftp user
Hi,
how can i find ananymous users logged in a server and how can i find ananymous ftp users in server. OS version 11.23. please help some one on this issue.
Thanks,
Balaji.
how can i find ananymous users logged in a server and how can i find ananymous ftp users in server. OS version 11.23. please help some one on this issue.
Thanks,
Balaji.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 02:13 PM
08-04-2008 02:13 PM
Re: ananymous ftp user
What is an anonymous user logged into a
server? If the user is anonymous, how did he
get logged in?
> [...] how can i find ananymous ftp users
> in server [...]
Do you wish to find the users, or the number
of such users, or what?
> OS version 11.23.
That's a start. What are you using as the
FTP server? ("man ftpd"?)
You can normally find FTP connections (of all
types) by searching "netstat -an" output for
port 21. For example:
tcp 0 0 15.170.178.192.21 209.98.249.184.15736 ESTABLISHED
"man ftpaccess" shows how to limit the number
of users of various classes ("limit"), and
how to control the logging facility ("log").
Is there some actual problem which you are
trying to solve?
server? If the user is anonymous, how did he
get logged in?
> [...] how can i find ananymous ftp users
> in server [...]
Do you wish to find the users, or the number
of such users, or what?
> OS version 11.23.
That's a start. What are you using as the
FTP server? ("man ftpd"?)
You can normally find FTP connections (of all
types) by searching "netstat -an" output for
port 21. For example:
tcp 0 0 15.170.178.192.21 209.98.249.184.15736 ESTABLISHED
"man ftpaccess" shows how to limit the number
of users of various classes ("limit"), and
how to control the logging facility ("log").
Is there some actual problem which you are
trying to solve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 07:57 AM
08-05-2008 07:57 AM
Re: ananymous ftp user
Try:
netstat -a |grep 21
All Ftp connections
Also
pwget -n ananymous
grep -i ananymous /etc/passwd
Refer to ftpaccess man pages for more info.
Regds,
Deepak
netstat -a |grep 21
All Ftp connections
Also
pwget -n ananymous
grep -i ananymous /etc/passwd
Refer to ftpaccess man pages for more info.
Regds,
Deepak
"There is always some scope for improvement"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 09:56 AM
08-05-2008 09:56 AM
Re: ananymous ftp user
> netstat -a |grep 21
That's a bit broad, isn't it? I'd search for
something more like ".21 ". Or don't you
ever see IP addresses like "221.212.121.21"?
That's a bit broad, isn't it? I'd search for
something more like ".21 ". Or don't you
ever see IP addresses like "221.212.121.21"?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP