Describe the bug
i use the command[orb -u root]to start the orb, it's will faild when i run mknod console c 5 1.
To Reproduce
Steps to reproduce the behavior:
- orb -u root
- mknod console c 5 1 or sudo mknod console c 5 1
- See error
Expected behavior
the command run successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
root@ubuntu:/Users//Desktop/Code/kernel/busybox-1.37.0/_install/dev# sudo mknod console c 5 1
mknod: console: Operation not permitted
root@ubuntu:/Users//Desktop/Code/kernel/busybox-1.37.0/_install/dev# mknod console c 5 1
mknod: console: Operation not permitted
Describe the bug
i use the command[orb -u root]to start the orb, it's will faild when i run mknod console c 5 1.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the command run successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
root@ubuntu:/Users//Desktop/Code/kernel/busybox-1.37.0/_install/dev# sudo mknod console c 5 1
mknod: console: Operation not permitted
root@ubuntu:/Users//Desktop/Code/kernel/busybox-1.37.0/_install/dev# mknod console c 5 1
mknod: console: Operation not permitted