The test -r /proc/cpuinfo
part checks if it’s readable. If it isn’t readable, nothing happens.
1 Like
The test -r /proc/cpuinfo
part checks if it’s readable. If it isn’t readable, nothing happens.