LUI/README.md

29 lines
658 B
Markdown
Raw Permalink Normal View History

2016-04-16 20:52:22 +00:00
LUI
------
2015-11-25 19:38:05 +00:00
Linux User Info - Simple tool to speed up linux system administration.
2016-04-16 20:46:05 +00:00
2021-10-19 12:56:39 +00:00
Note from 2021: still works on Debian.
2016-04-16 20:52:22 +00:00
How to install?
------
cd /tmp/
git clone https://github.com/51x/LUI
cd LUI
mv lui_debian.sh /sbin/lu
2016-05-08 15:44:00 +00:00
chmod +x /sbin/lu
2016-04-16 20:52:22 +00:00
lu
How to use?
------
lui
-h This help message.
-i User information, use as "-i user".
-x eXtended information.
-a List all users.
-l List all users with locked password.
-u List all users with unlocked password.
-n List users with nologin shell.
You can use multiple arguments too, eg. "./lui_deb.sh -l -u"