Skip to main content
3 events
when toggle format what by license comment
Nov 22, 2022 at 13:23 comment added MSalters This also shows a fundamental problem with the question. If the shell script from the question runs in a BusyBox shell, ls and grep will share the same inode !
Nov 21, 2022 at 14:11 comment added Charles Duffy "executable image is already in memory" would be the case regardless. Executables are mmap'd; if the same one is already running, well, it's already mapped (unless the system is under so much memory pressure as to cause parts of it to be swapped out, but that'd be a problem using /proc/self/exe too).
Nov 21, 2022 at 9:01 history answered Edgar Bonet CC BY-SA 4.0