Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ensure services.sh: Revision history

From Randomness wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 September 2024

  • curprev 17:4717:47, 21 September 2024Derg talk contribs 209 bytes +209 Created page with " <syntaxhighlight lang="shell"> #!/bin/sh if [ $(id -u) -ne 0 ]; then echo Must be run as root >&2 exit 1 fi service cron start service atd start service apache2 start #service ssh start </syntaxhighlight>"