學術及資源的交流園地 ^_^

vzdump 與 vzrestore

vzdump

 

tips-003 User permission

 

1. root 帳戶在系統上是不受限制的

 


 

2. 什麼人可刪除它

-rw-r--r-- 1 test test 0 2011-09-18 23:59 test_file

以上檔案, 除了可以被 test帳戶 及 root 帳戶刪除外, 它還會被什麼人刪除


對 Folder 有 w 的人就可以刪除它


 

3. chgrp

-rw-rw---- 1 tim tim 6 Jan 27 00:23 file1

test 帳戶是 tim 群組的, 以下指令成立嗎??

chgrp tim file1

 

失敗!!

就算目錄是 drwxrwxrwx

 


 

4. 影響 newgrp 的檔案

可否轉成另一組, 受制於以下兩檔案

HardDisk Tips ( badblock, filefrag )

最後更新: 2019-10-15

介紹

Bad blocks <- 一些 read 唔到的 sector

 

A modern disk handles bad sectors internally (transparently remapping)

those sectors from a reserved set of sectors during writes.

目錄

  • badblock
  • filefrag
  • Print block device size
  • Identification of HDD by SATA port number

 

apt-cacher-ng

最後更新: 2015-04-14

介紹

Apt-Cacher-NG 是 Apt-Cacher 的下一代. 它在效能上作出了很大的改善

* from scratch and is written in C++

main focus on maximizing throughput with low requirements on system resources.

 

RSS feed