User:Ssoe: Revision history

From ICO wiki
Jump to navigationJump 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.

17 March 2015

  • curprev 12:3312:33, 17 March 2015Ssoe talk contribs 177 bytes +177 Created page with "<source lang="bash"> #!/bin/bash #author Siim if [ $UID -ne 0 ] then echo "You must be a root user" exit 1 fi #filename $FILE=$1 find / -perm -4000 > $FILE exit 0 </source>"