Changes

From SME Server
Jump to navigationJump to search
67 bytes removed ,  13:27, 3 May 2008
m
Line 126: Line 126:  
  scp -P <ssh_portnumber> foo.tar.gz <other_server_ipaddress>:/opt    transfers file to another server
 
  scp -P <ssh_portnumber> foo.tar.gz <other_server_ipaddress>:/opt    transfers file to another server
 
  rsync --progress -te "ssh -p <ssh_portnumber>" foo <other_server_ipaddress>:/opt    transfers file to another server
 
  rsync --progress -te "ssh -p <ssh_portnumber>" foo <other_server_ipaddress>:/opt    transfers file to another server
  sed -i s/foo/fee/g <FILENAMEORPATHTODIR>  replaces the word foo with the word fee in all occurances in the file or directory given
+
  sed -i s/foo/fee/g <FILENAMEORPATHTODIR>  replaces foo with fee
    
===RPM's===
 
===RPM's===
227

edits

Navigation menu