How to use and copy-paste fix
parent
06a6caf46d
commit
10aa0228b1
30
README.md
30
README.md
|
@ -1,9 +1,25 @@
|
||||||
# LUI
|
LUI
|
||||||
|
------
|
||||||
Linux User Info - Simple tool to speed up linux system administration.
|
Linux User Info - Simple tool to speed up linux system administration.
|
||||||
|
|
||||||
# How to install?
|
How to install?
|
||||||
cd /tmp/
|
------
|
||||||
git clone https://github.com/51x/LUI
|
|
||||||
cd LUI
|
cd /tmp/
|
||||||
mv lui_debian.sh /sbin/lu
|
git clone https://github.com/51x/LUI
|
||||||
lu
|
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"
|
||||||
|
|
Loading…
Reference in New Issue