FAT USB의 볼륨 라벨을 변경하고 싶은데 fatlabel
터미널에서 명령을 실행하려고 하면 인식되지 않습니다.
root@debian:/home/a# fatlabel --help
bash: fatlabel: command not found
dosfstools
그래서 include를 설치해 보았지만 fatlabel
이미 설치되어 있었습니다.
root@debian:/home/a# apt-get install dosfstools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dosfstools is already the newest version (4.2-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
둘 다 man fatlabel
및 온라인 맨페이지https://manpages.debian.org/bullseye/dosfstools/fatlabel.8.en.htmlfatlabel
이것이 호출 명령의 올바른 이름인지 분명히 하십시오 . 이 명령을 어떻게 복원합니까?
답변1
명령이 있으므로 해당 디렉토리를 포함하지 않을 /sbin
수도 있습니다 PATH
( root
use 로 변경하면 이런 일이 발생합니다 su
).
빠른 수정은 전체 경로를 제공하는 것입니다.
/sbin/fatlabel --help
다음을 사용하여 특정 패키지에 대한 명령이 설치된 위치를 찾을 수 있습니다 dpkg -L
.
dpkg -L dosfstools | grep bin/