Updated Fri, Feb 21, 2025
#!/bin/sh if [ "$(id -u)" -eq "0" ]; then exec su - db2inst2 -c /db2home/db2inst2/write_suspend fi
Was this page helpful?
Loading...