How to set an expiry date for a user account in Linux?
Originally Published Here ๐!
To set an expiry date for a specific user, you can use the usermod command followed by the -e flag (expiry flag), then the expiry date in YYYY-MM-DD format, and then the name of the user to set the expiry date in Linux.
...
melvingeorge-me.hashnode.dev2 min read