简体   繁体   English

我在哪里可以找到UBUNTU上的.curlrc文件?

[英]Where can I find .curlrc file on UBUNTU?

Where can i find the .curlrc file? 我在哪里可以找到.curlrc文件? I have tried $HOME/ and echo $CURL_HOME gives me a blank line. 我试过$ HOME /和echo $ CURL_HOME给了我一个空白行。 I have also tried find . 我也试过找。 -name ".curlrc" in $HOME. -name“.curlrc”在$ HOME中。 No results. 没结果。

Please help 请帮忙

updatedb && locate curlrc

make sure you run this command as root 确保以root身份运行此命令

or you could... 或者你可以......

nano ~/.curlrc

This is where it should be. 这应该是它应该的地方。

I do believe by default though, there is no curlrc file. 我相信默认情况下,没有curlrc文件。 You might have to create your own 您可能必须创建自己的

Try, 尝试,

find / -name .curlrc

this will output all .curlrc files and you can choose whichever is required. 这将输出所有.curlrc文件,您可以选择所需的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM