How to use and copy-paste fix

master
51x 2016-04-16 22:52:22 +02:00
parent 06a6caf46d
commit 10aa0228b1
1 changed files with 23 additions and 7 deletions

View File

@ -1,9 +1,25 @@
# LUI
LUI
------
Linux User Info - Simple tool to speed up linux system administration.
# How to install?
cd /tmp/
git clone https://github.com/51x/LUI
cd LUI
mv lui_debian.sh /sbin/lu
lu
How to install?
------
cd /tmp/
git clone https://github.com/51x/LUI
cd LUI
mv lui_debian.sh /sbin/lu
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"