Linux Tampilkan Semua Pengguna

awk -F: '{ print $1}' /etc/passwd
#or
cut -d: -f1 /etc/passwd
ADIB Amine