|
synology群晖NAS查看wget是那个版本和那个wget(两个wget,一个是synology的,另一个是ipkg里面的)
查看在用那个wget
- root@nas:~# which wget
- /bin/wget
复制代码
wget版本命令
- root@nas:~# wget --version
- GNU Wget 1.19.1 built on linux-gnu.
- -cares +digest -gpgme +https +ipv6 -iri +large-file -metalink -nls
- +ntlm +opie -psl +ssl/openssl
- Wgetrc:
- /etc/wgetrc (system)
- Copyright (C) 2015 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later
- <http://www.gnu.org/licenses/gpl.html>.
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
- Please send bug reports and questions to <bug-wget@gnu.org>.
复制代码 如果只想用synology的wget,那么只要把ipkg的删掉就可以,命令是
.
|
|