From 60526269886ac7fb8ea64de5ed399c481c3ef99e Mon Sep 17 00:00:00 2001 From: en1gma713 <60906502+en1gma713@users.noreply.github.com> Date: Wed, 7 Oct 2020 15:59:02 -0500 Subject: [PATCH 1/5] Create lslogins.md --- pages/linux/lslogins.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/lslogins.md diff --git a/pages/linux/lslogins.md b/pages/linux/lslogins.md new file mode 100644 index 0000000000000..d3d1097264fbf --- /dev/null +++ b/pages/linux/lslogins.md @@ -0,0 +1,17 @@ +# lslogins + +> Show information about users in the Linux system. + +> More information: . + +- List data about users in the system: + +`lslogins` + +- List data about users in the system that are in groups: + +`lslogins --groups` + +- List information about user accounts: + +`lslogins --user-accs` From 07bfbd4c37ee5e7a366e5c34e5276743f5168009 Mon Sep 17 00:00:00 2001 From: en1gma713 <60906502+en1gma713@users.noreply.github.com> Date: Wed, 7 Oct 2020 16:02:25 -0500 Subject: [PATCH 2/5] Update lslogins.md --- pages/linux/lslogins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/linux/lslogins.md b/pages/linux/lslogins.md index d3d1097264fbf..3adebd6ae2fd2 100644 --- a/pages/linux/lslogins.md +++ b/pages/linux/lslogins.md @@ -1,7 +1,6 @@ # lslogins > Show information about users in the Linux system. - > More information: . - List data about users in the system: From 77785f76adbb6fb0ec3e3c1638db977facb45469 Mon Sep 17 00:00:00 2001 From: en1gma713 <60906502+en1gma713@users.noreply.github.com> Date: Wed, 7 Oct 2020 17:48:37 -0500 Subject: [PATCH 3/5] Update lslogins.md --- pages/linux/lslogins.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/pages/linux/lslogins.md b/pages/linux/lslogins.md index 3adebd6ae2fd2..2fbc7e12db735 100644 --- a/pages/linux/lslogins.md +++ b/pages/linux/lslogins.md @@ -3,14 +3,26 @@ > Show information about users in the Linux system. > More information: . -- List data about users in the system: +- Display users in the system: `lslogins` -- List data about users in the system that are in groups: +- Diplay users in the system that are in groups: -`lslogins --groups` +`lslogins --groups={{groups}}` -- List information about user accounts: +- Display user accounts: `lslogins --user-accs` + +- Display last logins: + +`lslogins --last` + +- Display system accounts: + +`lslogins --system-accs` + +- Display supplementary groups: + +`lslogins --supp-groups` From 6d95d44e8e0b8c84f32235b38c52b7225ce910cf Mon Sep 17 00:00:00 2001 From: en1gma713 <60906502+en1gma713@users.noreply.github.com> Date: Thu, 8 Oct 2020 07:08:32 -0500 Subject: [PATCH 4/5] Update lslogins.md --- pages/linux/lslogins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/lslogins.md b/pages/linux/lslogins.md index 2fbc7e12db735..661e860233c5c 100644 --- a/pages/linux/lslogins.md +++ b/pages/linux/lslogins.md @@ -7,7 +7,7 @@ `lslogins` -- Diplay users in the system that are in groups: +- Display users belonging to a specific group: `lslogins --groups={{groups}}` From bed3202f92894f12f42334f8078e56badf7f0196 Mon Sep 17 00:00:00 2001 From: en1gma713 <60906502+en1gma713@users.noreply.github.com> Date: Sat, 10 Oct 2020 08:53:36 -0500 Subject: [PATCH 5/5] Update lslogins.md --- pages/linux/lslogins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/lslogins.md b/pages/linux/lslogins.md index 661e860233c5c..44079339e87b7 100644 --- a/pages/linux/lslogins.md +++ b/pages/linux/lslogins.md @@ -1,6 +1,6 @@ # lslogins -> Show information about users in the Linux system. +> Show information about users on a Linux system. > More information: . - Display users in the system: