Windows | Linux 查找环境变量二进制所在目录

1.Windows

使用where命令

where java

image

2.Linux

使用which命令

which java

image

posted @ 2023-07-28 09:34  SpringCore  阅读(35)  评论(0)    收藏  举报