Resolved – Error: EMFILE, too many open files
Run the following command ulimit -n 10480 TIP: Add the above line to your ~/.bashrc file so that you dont have to run it everytime Reference
@ tutorialhorizon
Run the following command ulimit -n 10480 TIP: Add the above line to your ~/.bashrc file so that you dont have to run it everytime Reference
Follow three simple steps to automate your terminal. Create a script Set the permissions Execute the script Create a script test.sh $vi test.sh ls -la echo ‘Hello Bash!’ Set the permissions $sudo chmod 777...
Recent Comments