Which of the following BASH shell built-in commands can be used to apply a CPU time limit of 90 seco admin 9 years ago Which of the following BASH shell built-in commands can be used to apply a CPU time limit of 90 seconds on the current shell session? A.setlimit -t 90 B.echo 90 >/proc/me/limits/time C.limits -t 90 D.ulimit -t 90 ← Previous question Next question →