原创 開啓垃圾箱(trash)功能

vi core-site.xml ,添加下面配置,value單位爲分鐘。<property>    <name>fs.trash.interval</name>    <value>1440</value>  </property>  筆者