在Ubuntu中,可通过以下方法管理隐藏文件:
ls -a
ls -alh
mv
mv example.txt .example.txt
rm
rm .example.txt
rmdir
rm -r
rm -r .hidden_folder