Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
But I need to differentiate with the users which are created bydefault in linux.Please tell how to do it?The motivation is,if unauthorised user creates an user in different name like default user,I will need to identify this.
if you're not going to ask full and complete questions, don't expect us to be psychic and know what you really meant.
you can't define a "default" user outside of root and a few others, as most accounts that you didn't add are service accounts, and so created during the installation of a service like apache, squid, ldap etc... Only thing you probably want to look at is the uid of the user. on redhat systems, local human uesrs start from 500.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.