Install Cato
Transfer zip file to server /tmp
Install
cd /tmp
unzip -p $(ls /tmp/cato_release_*.zip | tail -1) cato/bin/InstallCato.sh > InstallCato.sh
# Execute the install script without any parameters/options. Then you’ll see what options you have.
sh ./InstallCato.sh
# To install Cato under oracle user, just execute the following
sh ./InstallCato.sh -i
Recent Pastes