User Management: Revision history

From KlavoWiki
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.

1 December 2014

22 April 2014

29 March 2014

2 October 2008

  • curprev 05:0005:00, 2 October 2008David talk contribs 194 bytes +194 New page: To Create a user on a Linux system <pre> useradd <username> </pre> To Delete a user <pre> userdel <username> </pre> To change a users password <pre> passwd <username> </pre> [[Category : L...