I am working on Ubuntu 18.04 and receiving some errors like
/sys/firmware/dmi/tables/smbios_entry_point: permission denied
/dev/mem : Permission denied
I have some executable and service which are running under a special user (non-root). They will try to access system bios info. So if I change ownership of above mentioned files by using command chown
, will it affect any other system applications? Also, what are the applications using above mentioned files?
sudo adduser <username> <group>
– Pablo Bianchi Dec 19 '19 at 00:19