Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ login Public
forked from uutils/login

Rust reimplemtation of the login project

License

Notifications You must be signed in to change notification settings

oech3/login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

452 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login

login provides some required infrastructure for logins and for changing effective user or group IDs, including:

  • login, the program that invokes a user shell on a virtual terminal;
  • nologin, a dummy shell for disabled user accounts;
  • su, a basic tool for executing commands as root or another user.

Reimplement this command in Rust:

  • /bin/login
  • /usr/bin/faillog
  • /usr/bin/lastlog
  • /usr/bin/newgrp
  • /usr/sbin/nologin
  • /usr/bin/sg

Upstream: https://github.com/shadow-maint/shadow

License

login is licensed under the MIT License - see the LICENSE file for details

About

Rust reimplemtation of the login project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%