Last active 1742649654

Посмотреть всех пользователей в системе

LittleGreenCat's Avatar LittleGreenCat revised this gist 1742649653. Go to revision

1 file changed, 1 insertion

users.sh(file created)

@@ -0,0 +1 @@
1 + getent passwd| awk '{FS="[:]"; print $1}'
Newer Older