Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 424 Bytes

File metadata and controls

13 lines (12 loc) · 424 Bytes

🧠 System Info & Process Monitoring

uname -a            # System info
whoami              # Current user
id                  # User/group ID
termux-info         # Termux environment details
uptime              # How long system has run
date                # Show date and time
cal                 # Show calendar
top                 # Running processes (press q to exit)
ps                  # Process list