- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: user id of anonmus (FTP) user id ???
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-20-2001 05:02 AM
03-20-2001 05:02 AM
user id of anonmus (FTP) user id ???
let me know.
thankx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 06:04 AM
03-20-2001 06:04 AM
Re: user id of anonmus (FTP) user id ???
Book I used=Installing and Administering the Internet Services (HP Manual)....
Regards,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 06:14 AM
03-20-2001 06:14 AM
Re: user id of anonmus (FTP) user id ???
A. -2
B. -1
C. 0
D. 1
E. 2
so plz ans from above option, what whould be correct ans.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:03 AM
03-20-2001 07:03 AM
Re: user id of anonmus (FTP) user id ???
ftp:*:500:10:anonymous ftp:/home/ftp:/usr/bin/false
I looked at one of my Sun Solaris boxes and they recommend using a UID of 30000. Here is the sample passwd entry from that man page:
ftp:x:30000:30000:Anonymous FTP:/export/ftp:/nosuchshell
So as you can see, neither of these answers agrees with what you offer.
Which test was this question and answers taken from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 12:12 PM
03-20-2001 12:12 PM
Re: user id of anonmus (FTP) user id ???
Are you meaning what is the uid for nobody? On HPUX nobody = -2.
Now a few others on HPUX all have a uid of 3 (like adm,uucp,sys,bin)....are these what your referring to?
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 03:24 PM
03-20-2001 03:24 PM
Re: user id of anonmus (FTP) user id ???
A couple of comments regarding your suggestions:
> -2 is "nobody" and is used for remote root access by NFS.
> 0 is clearly root and you would *not* choose this!
> 1 is daemon.
> 2 is bin.
I'm not sure about (-1), but, in general, non-system uids are chosen to start at 100, so I am in agreement with Rita and Patrick.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 08:01 PM
03-20-2001 08:01 PM
Re: user id of anonmus (FTP) user id ???
Are you perhaps talking about the group ID (GID) of the anonymous FTP user, rather than the user id? If that is the case then the correct answer would be '1'.
Here is an excerpt from Document ID HONCIKKBRC00000168 from the TKB. The important part is the second NOTE that talks about the GID.
1. Create an ftp user in /etc/passwd:
10.X
ftp:*:500:1:AnonymousFTPuser:/home/ftp:/usr/bin/false
*Note: If UID 500 is not available, use a UID that is not currently being used.
*Note: GID 1 is usually group 'other', verify that group 'other' does exist, and match its group ID in this field.