$ if [ false ]; then echo "That was a true statement"; fi
Compare cert salaries and plan your next career move
MentholMoose wrote: » ... to use xargs. ...
root@station1 # find /var/tmp -name "*.tmp" -type f -print | xargs
root@station1 # find /var/tmp -name "*.tmp" -type f | xargs rm
root@station1 # find /var/tmp -name "*.tmp" -type f -exec rm {} \;
[ root@station1 ~ ] netstat -anup | grep 110
lsof -i:22
paul78 wrote: » How do you get the list of all the shared libraries that are dynamically linked to an executable?
paul78 wrote: » No takers Ok - answer is to use ldd. The ldd program will print shared library dependencies required by a program or shared library.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.