建立磁碟配額的簡單步驟

2021-03-31 16:49:56 字數 540 閱讀 2377

建立磁碟配額的簡單步驟

以rh為例,在/home下建立quota的配置和使用過程的簡單步驟:

1,首先在/etc/fstab加入quota引數

/dev/hdax /home ext3 defaults,

usrquota,grpquota 0 0

#usrquota:對使用者作磁碟配額

#grpquota:對組作磁碟配額

2,用remount將引數帶入/etc/fstab裡

mount -o remount /home

然後用mount命令檢查上述引數是否寫如/etc/fstab檔案

3,建立磁碟配額配置檔案

touch /home/quota.user /home/quota.group

quotacheck -augv /home

4,編輯磁碟配額配置檔案

edquota username

edquota -g groupname

5,開啟磁碟配額功能

quotaon -augv

Oracle建立新使用者簡單步驟

首先需要通過dba許可權進行登入,這裡可以使用sqlplus也可以使用圖形化介面工具。登入後執行以下操作 建立臨時表空間 create tablespace 使用者名稱 datafile 表空間檔案 size 表空間檔案大小m 建立資料表空間 create tablespace 表空間名 dataf...

iOS PUSH實現的簡單步驟

a 本地鑰匙串生成證書請求檔案,certsignningrequest e xcode建立新的工程,配置相關資訊,著重強調identify.void window addsubview viewcontroller.view window makekeyandvisible nslog regist...

Linux上建立共享庫so(簡單步驟)

1 建立 math1.c,在命令列中輸入 nano math1.c int add int x,int y 2 編譯生成共享庫libmath1.so gcc fpic shared olibmath1.so math1.c 3 建立測試 程式testmath.c,在命令列中輸入 nano testm...

Linux驅動開發學習的簡單步驟

1.學會寫簡單的makefile 2.編一應用程式,可以用makefile跑起來 3.學會寫驅動的makefile 4.寫一簡單char驅動,makefile編譯通過,可以insmod,lsmod,rmmod.在驅動的init函式裡列印hello world,insmod後應該能夠通過dmesg看到...

mac下安裝wxpython的簡單步驟

wxpython mac安裝步驟 usr bin ruby e curl fssl 2 安裝wxpython brew install wxpython 3 檢視wxpython資訊 brew info wxpython 4 查詢wxpython的安裝密目 我的安裝在如下目錄中 usr local ...