Linux Diary
Major Pages
(Move to ...)
Home
Python
Docker
Jenkins
Vagrant
Packer
SCCM
Windows
Application Packaging/RePackaging for Windows
Gradle
Android
Ant
Interview Questions
Powershell
C#/c sharp
Database
Maven
MSBuild
AWS
Kubernetes
Ansible
Linux and Artifactory
C++
▼
Monday, November 12, 2018
To list all users on Ubuntu
awk -F: '{ print $1}' /etc/passwd
(or)
cut -d: -f1 /etc/passwd
Reference
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment