linux script

  1. R

    script executes without any errors but does doesnt show any dialog box . OS kali linux

    i have run all the necessary comands . like installing dialog and chmod +x to give it write perms anything im doing wrong here pls help also this is my unix project submissions on monday the code is #!/bin/bash # File to store account data ACCOUNT_FILE="account_data.txt" # File to store...
  2. S

    Status check of service and restart if its not up

    Hello Friends, i have few .sh scripts in different directories (like shown below) which is checking status of different services and output status. Current script is not restarting services if its not up. I would like to add this extra check that if service is not up then restart so we don't...
Top