G Gabriel Turqos Active Member Joined Mar 11, 2019 Messages 17 Jun 8, 2020 Thread Author #1 I want to add a user account to my linuxbox. But this user will have specific expire time which will be specified at the useradd definition.
I want to add a user account to my linuxbox. But this user will have specific expire time which will be specified at the useradd definition.
Solution edizgeorgi Jun 11, 2020 You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux
You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,983 Jun 8, 2020 #2 You can specify an expiration date with the -e YYYY-MM-DD switch Upvote 0 Downvote edizgeorgi Active Member Joined May 31, 2019 Messages 17 Jun 11, 2020 #3 You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux Upvote 1 Downvote Solution You must log in or register to reply here. Similar threads Solved Windows 10 How to add new Tool bar to screen Palladini Aug 11, 2020 Windows Help and Support Replies 2 Views 827 Aug 12, 2020 Palladini Solved Windows 10 How to setup new user john41 Oct 18, 2015 Windows Help and Support Replies 4 Views 1K Oct 24, 2015 john41 Z Solved Windows 8 User Profile Service failed the log on >>>>> New user account not found in registry Zain Ki May 31, 2015 Windows Help and Support Replies 5 Views 1K Jun 2, 2015 MikeHawthorne F Solved Windows 7 New User Error franktheman7 Dec 8, 2012 Windows Help and Support Replies 1 Views 824 Jul 8, 2024 ChatGPT Solved Windows 7 Question about being a new User on someone else's computer avanwhy Aug 8, 2012 Windows Help and Support Replies 1 Views 861 Aug 8, 2012 patcooke Share: Facebook X (Twitter) LinkedIn Reddit Pinterest Tumblr WhatsApp Email Share Link
edizgeorgi Active Member Joined May 31, 2019 Messages 17 Jun 11, 2020 #3 You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux Upvote 1 Downvote Solution You must log in or register to reply here.
You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux