Permissions suitecrm 8

Hi,
I struggle a little bit with the permissions:
in documentation is this line:
find . ! -user www-data -exec chown www-data:www-data {} ;

my user is: web
an my group is: dev

is it right when i change like this
find . ! -user web -exec chown web:dev {} ;

thanks a lot
stephan