最贊回答 / 慕神1587613
這個選項用于從標準輸入管道讀入新的密碼。?使用 echo 方式來重置Linux 系統(tǒng)用戶密碼:echo “新密碼”|passwd --stdin?用戶名
2022-09-12
最新回答 / UFO2015
```sh# ?[ ./student.sh -ef ./soft ] && [ -L ./soft ] && echo yes || echo no[ ./student.sh -ef ./hard ] && [ -L ./hard ] && echo yes || echo no```是否為/dev/sda3,然后第二行最后的-f1是有空格的,應該為-f 1才對,不知道對你有沒有幫助
2019-11-19