Find ulimit -a for other users that don’t have shell access using su command and ulimit attaching a bash shell
1 |
su www-data --shell /bin/bash --command "ulimit -a" |
Find ulimit -a for other users that don’t have shell access using su command and ulimit attaching a bash shell
1 |
su www-data --shell /bin/bash --command "ulimit -a" |