1. Use echo $PATH to view your path variables. 2. Use find / -name "filename" –type f print to find the full path to a file. 3. Use export PATH ...
確定! 回上一頁