| ln -s /path/to/source /path/to/target | symbolic link | |
| md5sum -c bestandsnaam.md5 | check md5 sum of file | other os's win |
| mount -o remount,rw /mnt/partitienaam | remount partition readwrite if already in fstab | |
| rpm -ivh pckgname | for install of pckg | |
| rpm -e pckgname | for uninstall | |
| make -f makefile.unix | if no configurarion file is specified | |
| modifier | action |
|---|---|
| -j | bzip |
| -c | create |
| -x | execute |
| -z | gzip |
| -v | verboze |
| -f | file |
tar cvjf map.tar.bz2 map
tar xvjf map.tar.bz2
tar xvzf map.tar.gz