Revision history of "Bash, cómo hacer un script sólo ejecutable por root"

Jump to navigation Jump to search

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.

  • curprev 18:33, 1 September 2016Felipe talk contribs 1,011 bytes +1,011 Created page with "Para hacer que un script sólo sea ejecutable por root (o en su defecto usando sudo) se puede agregar lo siguiente al principio del archivo: <source lang="bash"> # Make sure..."