re-structured
This commit is contained in:
4
bash/find_links_to_target.sh
Executable file
4
bash/find_links_to_target.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# find all links in the fs, that link to a specific target:
|
||||
find / -type l -exec readlink -nf {} ';' -exec echo " -> {}" ';' | grep "/bin/bash"
|
||||
Reference in New Issue
Block a user