Day 1
UNLOCKING USER AND GROUP CHALLENGE
I'm thrilled to kick-start my 20-day Linux challenge, Today's journey began with exploring the fundamentals of user and group management in Linux.
key takeaways
User Identity: Mastered the whoami command to display my current username, understanding its importance in Linux security.
Detailed Group Information: Utilized the id command to retrieve comprehensive information about my user account, including group memberships and permissions.
Software Installation: Learned how to seamlessly install software packages using
_sudo apt install_
, streamlining my Linux experience.System Monitoring: Discovered
_htop_
, a powerful tool for monitoring system resources, processes, and memory usage.User Permissions: Gained insight into user permissions and identities in Linux, laying the groundwork for advanced system administration.
Why Linux?
Linux is an essential skill for professionals in tech, and I'm committed to developing a deep understanding of its ecosystem. This challenge will help me enhance my command line skills.