#symlink — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #symlink, aggregated by home.social.
-
@carlton @sethmlarson And does the consensus against symbolic links arise from inexperience? Windows didn't let unprivileged users create symlinks in NTFS until Windows 10 build 14972 in 2018, and even then only if developer mode is on. Instead, Windows desktop users' experience since 1995 has been with shortcuts, which operate at the shell level, not the file system level.
-
@carlton @sethmlarson And does the consensus against symbolic links arise from inexperience? Windows didn't let unprivileged users create symlinks in NTFS until Windows 10 build 14972 in 2018, and even then only if developer mode is on. Instead, Windows desktop users' experience since 1995 has been with shortcuts, which operate at the shell level, not the file system level.
-
@carlton @sethmlarson And does the consensus against symbolic links arise from inexperience? Windows didn't let unprivileged users create symlinks in NTFS until Windows 10 build 14972 in 2018, and even then only if developer mode is on. Instead, Windows desktop users' experience since 1995 has been with shortcuts, which operate at the shell level, not the file system level.
-
@carlton @sethmlarson And does the consensus against symbolic links arise from inexperience? Windows didn't let unprivileged users create symlinks in NTFS until Windows 10 build 14972 in 2018, and even then only if developer mode is on. Instead, Windows desktop users' experience since 1995 has been with shortcuts, which operate at the shell level, not the file system level.
-
@carlton @sethmlarson And does the consensus against symbolic links arise from inexperience? Windows didn't let unprivileged users create symlinks in NTFS until Windows 10 build 14972 in 2018, and even then only if developer mode is on. Instead, Windows desktop users' experience since 1995 has been with shortcuts, which operate at the shell level, not the file system level.
-
My linuxmint system system drive was filling up. I had a large "other" drive that had little on it. I worked with claude.ai to move timeshift and symlink it to the larger drive. the claude session is recorded here:
https://claude.ai/share/18c4995a-02db-414c-b8de-d86822ec7b3d
-
Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.
I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).
i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.
This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.
Gonna have to dig to see what else I can find.
#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount
-
Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.
I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).
i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.
This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.
Gonna have to dig to see what else I can find.
#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount
-
Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.
I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).
i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.
This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.
Gonna have to dig to see what else I can find.
#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount
-
Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.
I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).
i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.
This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.
Gonna have to dig to see what else I can find.
#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount
-
Now this is an interesting #Python problem. I don't know if it's a #bug, but it's a change in behaviour that I don't see documented.
I upgraded from #Debian 12/Bookworm to 13/Trixie, so the default Python3 changed from 3.11 to 3.13. A script of mine broke, because `pathlib.Path.is_mount()` changed behaviour when the path is a symlink (at least to a directory).
i.e. I'm testing a path that is a symlink. The symlink points to a directory. That directory *is* a mountpoint. The `.is_mount()` test in 3.11 returned True, while in 3.13 it returns False.
This seems wrong to me. Most path-manipulation functions transparently treat symlinks as if they were the pointed-to object unless you pass an option/flag specifically to say you want the symlink itself.
Gonna have to dig to see what else I can find.
#pathlib #path #is_mount #stdlib #behaviour #symlink #filesystem #mountpoint #mount
-
How to Clean Up Your Broken Symlinks: The Good Way and the Better Way
https://www.howtogeek.com/how-to-clean-up-your-broken-symlinks/
-
How to Clean Up Your Broken Symlinks: The Good Way and the Better Way
https://www.howtogeek.com/how-to-clean-up-your-broken-symlinks/
-
How to Clean Up Your Broken Symlinks: The Good Way and the Better Way
https://www.howtogeek.com/how-to-clean-up-your-broken-symlinks/
-
How to Clean Up Your Broken Symlinks: The Good Way and the Better Way
https://www.howtogeek.com/how-to-clean-up-your-broken-symlinks/
-
How to Clean Up Your Broken Symlinks: The Good Way and the Better Way
https://www.howtogeek.com/how-to-clean-up-your-broken-symlinks/
-
Links and aliases: which are best?
https://fed.brid.gy/r/https://eclecticlight.co/2025/07/28/links-and-aliases-which-are-best/
-
Links and aliases: which are best?
https://fed.brid.gy/r/https://eclecticlight.co/2025/07/28/links-and-aliases-which-are-best/
-
-
-
-
-
-
How to tell the difference between copies, clone files, and hard links
-
La nueva actualización de Windows incluye un fallo de seguridad crítico https://blog.elhacker.net/2025/04/nueva-actualizacion-windows-symlink-bug-cve.html #symlink #Windows #cve
-
La nueva actualización de Windows incluye un fallo de seguridad crítico https://blog.elhacker.net/2025/04/nueva-actualizacion-windows-symlink-bug-cve.html #symlink #Windows #cve
-
La nueva actualización de Windows incluye un fallo de seguridad crítico https://blog.elhacker.net/2025/04/nueva-actualizacion-windows-symlink-bug-cve.html #symlink #Windows #cve
-
La nueva actualización de Windows incluye un fallo de seguridad crítico https://blog.elhacker.net/2025/04/nueva-actualizacion-windows-symlink-bug-cve.html #symlink #Windows #cve
-
💡 Falla di sicurezza in WinRAR bypassa il MotW di Windows
https://gomoot.com/falla-di-sicurezza-in-winrar-bypassa-il-motw-di-windows/
#blog #bug #cve #falla #news #picks #sicurezza #symlink #tech #tecnologia #winrar #zip
-
💡 Falla di sicurezza in WinRAR bypassa il MotW di Windows
https://gomoot.com/falla-di-sicurezza-in-winrar-bypassa-il-motw-di-windows/
#blog #bug #cve #falla #news #picks #sicurezza #symlink #tech #tecnologia #winrar #zip
-
💡 Falla di sicurezza in WinRAR bypassa il MotW di Windows
https://gomoot.com/falla-di-sicurezza-in-winrar-bypassa-il-motw-di-windows/
#blog #bug #cve #falla #news #picks #sicurezza #symlink #tech #tecnologia #winrar #zip
-
💡 Falla di sicurezza in WinRAR bypassa il MotW di Windows
https://gomoot.com/falla-di-sicurezza-in-winrar-bypassa-il-motw-di-windows/
#blog #bug #cve #falla #news #picks #sicurezza #symlink #tech #tecnologia #winrar #zip
-
💡 Falla di sicurezza in WinRAR bypassa il MotW di Windows
https://gomoot.com/falla-di-sicurezza-in-winrar-bypassa-il-motw-di-windows/
#blog #bug #cve #falla #news #picks #sicurezza #symlink #tech #tecnologia #winrar #zip
-
#TIL about the `namei` tool which is sort of like #traceroute but for filesystem traversal.
This is especially useful on #nixos where you're frequently dealing with stuff that is multiple levels of symlinks deep.
It's probably already on your system because it's part of #utillinux; go try it out:
namei `which ls`
-
#TIL about the `namei` tool which is sort of like #traceroute but for filesystem traversal.
This is especially useful on #nixos where you're frequently dealing with stuff that is multiple levels of symlinks deep.
It's probably already on your system because it's part of #utillinux; go try it out:
namei `which ls`
-
#TIL about the `namei` tool which is sort of like #traceroute but for filesystem traversal.
This is especially useful on #nixos where you're frequently dealing with stuff that is multiple levels of symlinks deep.
It's probably already on your system because it's part of #utillinux; go try it out:
namei `which ls`
-
#TIL about the `namei` tool which is sort of like #traceroute but for filesystem traversal.
This is especially useful on #nixos where you're frequently dealing with stuff that is multiple levels of symlinks deep.
It's probably already on your system because it's part of #utillinux; go try it out:
namei `which ls`
-
#TIL about the `namei` tool which is sort of like #traceroute but for filesystem traversal.
This is especially useful on #nixos where you're frequently dealing with stuff that is multiple levels of symlinks deep.
It's probably already on your system because it's part of #utillinux; go try it out:
namei `which ls`
-
#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs -
#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs -
#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs -
#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs -
#SymLink: In this video, Jon Myer asks the AppDev Field Day 2 delegates for their reaction to Codiac's presentation. #_JonMyer #CodiacIO #ADFD2 #Video #JABenedicic #MikeStanley #Mistwire #GuyCurriersFeed
https://www.youtube.com/v/Nmwm30rtGjs