Just a little list for my own reference...<ol><li><em>#chattr (+-)i <filename> </em>make a file (+un)-writable to the system (like chmod but MUCH stronger) [currently in use by my resolv.conf to prevent dhcp overwriting]<br /></li><li><em>#tar zxf <filename>.tar.gz </em>untar a gzipped tarball</li><li><em>#tar jxf <filename>.tar.bz(2)</em> untar a bzipped tarball</li><li><em>#top</em> show top-used processes within the mem cache/cpu cycle</li><li><em>#chown -R owner:group <folder></em> change ownership of a folder and recusively to folder sub-dirs and contents.<br /></li></ol>