Skip to main content

Make scripts to make your life easier!

This will create the folder for you to store your scrips in.

  1. Open terminal
  2. sudo mkdir /scripts
  3. chmod 770 /scripts
  4. chown root:nodeadmin /scripts

Create scripts

Scripts are easy to create with nano.  They are just the same one line command you would usually run. 

  1. cd /scripts
  2. nano l1.sh  (This will leave and stop L1.  Stop means the JAVA process will be stopped)
    Your script should contain two lines (two separate commands)