U R right but you can still create the account and you just get the following warning "useradd warning: user1's uid 601 outside of the UID_MIN 1000 and UID_MAX 60000 range" you can also overcome by customising your login.defs
This is not true.
From /etc/login.defs:
# Min/max values for automatic uid selection in useradd(8)
#
UID_MIN 1000
UID_MAX 60000
it is for *automatic* selection. You can specify manually whatever you want.
useradd -u 601 -s /sbin/nologin user1
passwd user
(enter redhat)
cat /etc/passwd to check shell
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Dadash
8 months, 3 weeks agoLazylinux
3 months, 3 weeks agoly01
4 months, 4 weeks agodeepbrown
1 year, 6 months agolgu
3 years, 1 month ago