Skip Navigation

What are some things that windows can't do, but Linux can?

I saw the opposite question asked here and thought it would be interesting to flip it on its head.

I can start. Linux can make arbitrary files executebel and windows (at the time I used it) could definitely not do that.

 sh
    
printf "# /bin/bash\necho 'Hello world'" > HW.bash
chmod +x ./HW.bash
./HW.bash
# prints hello world 


  

^ something like that is just not possible on windows

Comments

2