Aix:edquota問題

Aix:edquota問題

簡單但不起作用我做了

edquota -u myuser

打開 vi,我把這些行

/home: blocks in use: 16, limits (soft = 10, hard = 30) 
             inodes in use: 4, limits (soft = 0, hard = 0) 

但給我

4050-311 /home:  blocks in use: 16, limits (soft = 10, hard = 30): formato errato

為什麼?正確的格式是什麼?我嘗試按順序輸入數字: 16 10 30 4 0 0 但在我執行配額檢查後沒有任何反應。

答案1

找到解決方案,是 jfs2 檔案系統,因此要使用的命令是

j2edlimit

Edquota 僅適用於 jfs

相關內容