zlacker

[parent] [thread] 0 comments
1. kees99+(OP)[view] [source] 2026-01-04 18:22:17
Mount-points were key to early history of the split. Nowadays it's more about not breaking shebangs.

Nearly every shell script starts with "#!/bin/sh", so you can't drop /bin. Similarly, nearly every python script starts with "#!/usr/bin/env python", so you can't drop /usr/bin.

Hence symlink.

[go to top]