This page contains quick cheats for variants of Unix. Some are specific to only one flavor of Unix (i.e. Solaris), but many can be applied to any Unix flavor (i.e. vi tricks). I make no attempt to document the obvious or simple use cases; please refer to the man pages or product documentation to understand the commands before using them.
copy libtestso.so /usr/local/lib/
ldconfig -v
/etc/ld.so.conf specifies the shared library paths for ldconfig
File Manipulation
- Create a backup copy of a file with a date stamp.
Tools To Use
- vnc4server
- pstree
- screen
Development
Shared Libraries
- Troubleshoot shared libraries with:
- Install shared libraries:
copy libtestso.so /usr/local/lib/
ldconfig -v
/etc/ld.so.conf specifies the shared library paths for ldconfig
Last wiki comments