What is the chown nobody:nogroup in ubuntu equivalent to that in centos? Nobody:nobody?

Thank you.

Mar.19,2022

Ubuntu

$ id nobody
uid=65534(nobody) gid=65534(nogroup) =65534(nogroup)

CentOS

$ id nobody
uid=99(nobody) gid=99(nobody) =99(nobody)

id is completely different. If you are sharing (such as nfs) or backing up files (such as tar), security management (such as selinux), or docker), please keep id (numbers) consistent when you need to specify users.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d5f3-2c37d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d5f3-2c37d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?