Linux Python Symlink Find Broken Symlinks With Python June 22, 2024 Post a Comment If I call os.stat() on a broken symlink, python throws an OSError exception. This makes it useful f… Read more Find Broken Symlinks With Python