Ahmad Mahfouz

Random notes

find duplicated UID in the linux system

u can identify the duplicated uid in your system
this useful to identify if there some manipulation inside the users’ accounts

getent passwd|cut -d : -f3 |sort -n|uniq -d

it only returns the duplicated uid

btw: if it returns 0 😀 you know the rest

Leave a Reply

Your email address will not be published. Required fields are marked *.

*
*
You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.