0

How to set ulimit in ubuntu linux? getting sudo: ulimit: command not found error

I ran ulimit -n and it is current showing as 1024. I want to increase my file limit from 1024 to 4084. So, i tried running the following command
 
sudo ulimit -n 2048
 
but i get the following error
 
sudo: ulimit: command not found
 
How to increase the file limit from 1024 to 4084. Any help will be appreciated.
 

1 answers, 0 votes, 318 views
Visitor's picture
asked by Visitor
6 weeks 2 days ago



1 Answers

Syndicate content