Linux User Info - Simple tool to speed up linux system administration.
Go to file
six e8a9354a4c Still works. 2021-10-19 14:56:39 +02:00
LICENSE Initial commit 2015-11-25 19:38:05 +00:00
README.md Still works. 2021-10-19 14:56:39 +02:00
lui_checkpoint_fw.sh LUI script files. 2015-11-25 21:39:23 +01:00
lui_debian.sh LUI script files. 2015-11-25 21:39:23 +01:00
lui_pentoo.sh pentoo/gentoo 2016-03-21 21:56:34 +01:00
lui_redhat.sh LUI script files. 2015-11-25 21:39:23 +01:00
lui_ubuntu.sh LUI script files. 2015-11-25 21:39:23 +01:00

README.md

LUI

Linux User Info - Simple tool to speed up linux system administration.

Note from 2021: still works on Debian.

How to install?

  cd /tmp/
  git clone https://github.com/51x/LUI
  cd LUI
  mv lui_debian.sh /sbin/lu
  chmod +x /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"