本文將介紹linux系統隱藏檔案的設定方法:
首先我建立乙個測試檔案
[root@cacti test]# touch test
[root@cacti test]# ls
test
然後我將test檔案隱藏
[root@cacti test]# mv test .test
[root@cacti test]# ls
可以看出檔案看不見了,用ls –a 即可看見
[root@cacti test]# ls -a
. .. .test
然後再將隱藏檔案顯示出來
[root@cacti test]# mv .test test
[root@cacti test]# ls
test
目錄的隱藏也是一樣
隱藏檔案的方法
相信大家都遇到過自己的一些隱私檔案不願意讓別人看到的情況吧,怎麼解決呢?隱藏起來?換個名字?或者加密?這些辦法都可以辦到,其實還有一種方法,就是建立乙個別人既不能進入又不能刪除的資料夾,把自己的隱私檔案放進去,別人就看不到啦,下面講講如何實現,很簡單的。第一步 在執行中輸入cmd,回車,開啟命令列視...
幾種隱藏檔案的方法
一 隱藏資料夾 注 cmd中命令 為空格 1.在d盤下新建乙個資料夾,更名為safe 2.把要隱藏的檔案拖進去。3.開始選單 執行 輸入 cmd 輸入命令如下 d 進入d盤 attrib s r h safe d s system r read h hide d 處理資料夾,意思為 把safe資料夾...
恢復隱藏檔案的方法
選擇顯示隱藏檔案後無法顯示出來,而且在選項裡面的 不顯示隱藏檔案 和 顯示隱藏檔案 都是選上的,登錄檔改動法 開啟記事本,貼上以下內容 windows registry editor version 5.00 hkey local machine software microsoft windows...