Saturday, July 25, 2020

Reset/Set Password for a user in Linux


sudo passwd

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +