← 返回首页

bash: fdisk: command not found

发布时间:2020-10-04 04:42

You have to add /sbin to your PATH:

PATH=”/sbin:$PATH”
vagrant@stretch:~$ command -v fdisk /sbin/fdisk