ln -s /path/to/shell_script.sh /usr/sbin/your_command_name
Showing posts with label How to use commands In Linux Using /usr/sbin. Show all posts
Showing posts with label How to use commands In Linux Using /usr/sbin. Show all posts
Subscribe to:
Posts (Atom)
opatchauto
# Log in as root su - root # Execute opatchauto against the unzipped patch directory /u01/app/19.0.0/ grid /OPatch/opatchauto apply /tmp/pat...
-
Executing Result Cache flush and UTLRP Result Cache flush: generally result cache flush done on the database to flush the buffer to rem...
-
2. To delete all files with the exception of filename1 and filename2: $ rm -v !("filename1"|"filename2") *************...