Configuration guides for IT Administrators
⏱︎
Read time:
1. List all users in Ubuntu cut -d: -f1 /etc/passwd Explanation: cut : command-line utility that extracts sections from lines of a file or input -d: : delimiter as a colon (:) to separate fields -f1 : tells cut to extract field 1, which is username /etc/passwd : contains all user account information 2. Create new…

I’m Lucas Brey, a travel blogger sharing practical guides, hidden gems, and honest tips from the road. Follow along for smart itineraries, great food finds, and stories worth bookmarking.