Linux command

Sycronize
#rsync -vaze ssh /opt/bla.tar.gz root@192.168.1.20:/tmp

kalo portnya beda :

rsync -vaze ‘ssh -p3943’ /opt/bla.tar.gz root@192.168.1.20:/tmp

create tar.bz2
tar -cvjf files.tar.bz2 file4 file5 file6

Konfigurasi service
chkconfig sendmail off

remove softlink
rm softlink_file
*dont use softlink_file/

Leave a Comment

Your email address will not be published. Required fields are marked *