Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 9 years ago....
  • May 12, 2022
  • 0 Comments
I know that I can easily get positioned parameters like this in bash: $0 or $1 I want to be able to use flag options like this to specify...
  • May 11, 2022
  • 0 Comments
I found this piece of code in /etc/cron.daily/apf #!/bin/bash /etc/apf/apf -f >> /dev/null 2>&1 /etc/apf/apf -s >> /dev/null 2>&1 It’s flushing and reloading the firewall. I don’t understand the...
  • May 11, 2022
  • 0 Comments