permissions - Linux doesn't show added group -


when try make 'devexe' group says exist when try see via command : $ cut -d: -f1 /etc/passwd it's not in list .

because groups stored in /etc/group correct command list groups: getent group


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -