Fulltext results:
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- d -s - <target raw device> ==== Inodes ==== * Find all hard links of a given inode: find <filesystem> -mount -inum <inode> -ls * For example, to find all filesystem entries in the root filesystem for inode 4711, use this: find / -mount -inum 4711 -ls ==== Block Sizes ====
- Cleanup Packages @info:linux:debian
- R Select only packages with priority >= PRIOR. --find-config Find "orphaned" configuration files. --libdevel Search in libdeve... n which lists all orphans which ''deborphan'' can find: <code bash> deborphan --guess-all </code> You
- Memory Usage of a Solaris Container (Zone) @blog:2010
- So, here are the commands I used. ===== Part 1: Find the Zone ===== To see the memory usage of the ru... cesses and zones at the same time. ===== Part 2: Find the Process(es) in the Zone ===== To see which p
- DynDNS Updates without a Client @info:script
- ript is part of my scripts collection, so you can find the latest version at http://bitbucket.org/anduni... /scripts/src/tip/bin/cron-dyndns-update. You can find the DynDNS protocol specification at http://www.d
- Change Encoding with iconv @info:script
- iles in a Directory ===== <code bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o $
- Command Line Tools Used in My Scripts @info:script
- ed on every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not lis
- Compare directories @info:script
- directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d
- ZFS Playground @blog:2009
- 0 0 </code> In this case, the scrub didn't find any errors, so nothig needed to be repaired. ===
- jps - Java Virtual Machine Process Status Tool @info:java
- ' lists all ''java'' Processes of a user. You can find the man page at [[http://java.sun.com/j2se/1.5.0/