Revision history of "Log off specific users"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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 10:35, 6 March 2017Michael.mast talk contribs 229 bytes +229 Created page with "<pre> for user in user1 user2 user3 ; do id=$(query user $user 2>> /dev/null | awk '{ print $3 }' | sed -e '/ID/ d') if [[ "$id" =~ ^[1-9][0-9]?$ ]]; then logoff $id echo date..."