You are here: Foswiki>Newmedia Web>LinuxCommands (20 Aug 2005, SiteAdmin?)EditAttach
nix commands cheat sheet

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

tar

modifier action
-j bzip
-c create
-x execute
-z gzip
-v verboze
-f file

  • bzip2: tar cvjf map.tar.bz2 map
  • un bzip2: tar xvjf map.tar.bz2

  • un tar.gz: tar xvzf map.tar.gz

 


Blog


 


 


 


About