Linux (and other Unixes) store user information in a file called passwd and the associated passwords in another file called shadow, both located in /etc. Both files are text files and use a : as the field separator. I currently have the need to sort and filter these files in various ways. This post is … Continue reading Some Linux tools for handling and filtering the passwd file