aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-11-14 19:23:09 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-11-14 19:23:09 +0530
commit9e4011073111af45cbbde128b741f24607462f8a (patch)
tree2f975d8c1dcbb4d2ee7976d7b4d5013af78448ac /plugins
parente6d510bed065d399a388dd445e7ad8d14fef4147 (diff)
downloadnnn-9e4011073111af45cbbde128b741f24607462f8a.tar.gz
Add a useful tip.
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/uidgid4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/uidgid b/plugins/uidgid
index 8e0b197..d72f1e0 100755
--- a/plugins/uidgid
+++ b/plugins/uidgid
@@ -2,6 +2,10 @@
# Description: list uid and gid of files
#
+# Note: To list UID and GID of all users in a pretty format, run:
+#
+# cut -d':' -f1,3,4,5 < /etc/passwd | column -ts ":"
+#
# Shell: POSIX compliant
# Authors: Arun Prakash Jana, superDuperCyberTechno