Slashdot Mirror


User: vfaded

vfaded's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Why /etc/passwd access is benign on Skype Linux Reads Password and Firefox Profile · · Score: 2, Insightful
    First: The reason why most applications want to access the /etc/passwd file is to get your home directory. man getpwent for how this works.

    Second: Any modern Linux system will use a shadow password file, its been years since I've seen a system use a regular password file.