I'm using the kernel
uname -r
5.8.13-050813-generic
In latest version due to 'CPU HOTPLUG' 2 CPU's are online and other 2 are offline
nproc 2
lscpu
On-line CPU(s) list: 0,1
Off-line CPU(s) list: 2,3
I tried
sudo su
root: sudo echo 1 > /sys/devices/system/cpu/cpu3/online
But Im still getting this error
bash: echo: write error: Operation not permitted
could anyone help