Sunday, July 10, 2011

Linux Command Note

ldd programName - print shared library dependencies, for example, ldd /usr/bin/skype

yum whatprovides fileName -will tell which package provides this file, for example, yum whatprovides libQtDBus.so.4

yum groupinstall 'Development Tools'    One-time install or update most development tools
ssh <hostname> -l <user login>

recursively find a file: find . -name filename [-print]

No comments:

Post a Comment