-1

Could anyone provide me with a list of the default groups and users which ship with RHEL 7.x base installation?

fir3x
  • 69
  • 1
  • 5
  • It takes about 10 minutes to spin up a small VM with a base install and see the list for yourself... – Sven Dec 15 '17 at 12:47

1 Answers1

2

Here you are:

GROUPS

root bin daemon sys adm tty disk lp mem kmem wheel cdrom mail man dialout floppy games tape video ftp lock audio nobody users utmp utempter input systemd-journal systemd-bus-proxy systemd-network dbus polkitd ssh_keys dip tss sshd postdrop postfix

USERS

root bin daemon adm lp sync shutdown halt mail operator games ftp nobody systemd-bus-proxy systemd-network dbus polkitd tss sshd postfix

Aas
  • 308
  • 1
  • 4
  • 10