sudo vim /etc/security/limits.conf
在裡面增加如下內容
root soft nofile 10240
root hard nofile 10240
root soft noproc 10240
root hard noproc 10240
注意前面不帶「#」
其中,root是你想改限制的使用者名稱
soft指軟限制,hard指硬限制,超過軟限制會警告,但不可能超過硬限制。軟限制一定小於等於硬限制
10240是指限制的大小,還可以更大,看自己想用多少
然後輸入
ulimit -n 10240
其中,10240要和上面檔案中的數一致
然後檢視
ulimit -a
就可以發現限制已經改掉了,並且重啟之後也是可以的。 ubuntu18右鍵新建檔案
jalen jalen ux410uqk cd home jalen templates jalen jalen ux410uqk templates ls jalen jalen ux410uqk templates touch text jalen jalen ux410uqk template...
Ubuntu18實驗烤烤
參考 進行安裝。開啟乙個終端 ctrl alt t 依次輸入以下命令 sudo sh c echo deb lsb release sc main etc apt sources.list.d ros latest.list sudo apt key adv keyserver hkp recv k...
Ubuntu18開啟ssh服務
ubuntu預設不會開啟ssh服務。所以我們無法對ubuntu進行遠端連線,這對ubuntu的運維造成了很大不便。本文詳細講解如何在ubuntu18下開啟ssh服務。1.ps e grep ssh 檢視ssh服務是否開啟 2.apt get install openssh client 安裝ssh客...