I am installing ntp latest package 4.2.8p6 by following this link http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/ntp.html
creating user
groupadd -g 87 ntp &&
useradd -c "Network Time Protocol" -d /var/lib/ntp -u 87 \
-g ntp -s /bin/false ntp
in the above command i am giving '87' as userid. Is there any reserved userid to install specific packages like ntp.