The _________ special variable in a shell script provides an option for random number generation.

  • $RANDOM
  • $PID
  • $USER
  • $HOME
The $RANDOM special variable in a shell script provides an option for random number generation. You can use $RANDOM to generate random integers within a specific range. It's commonly used for tasks like creating random passwords or simulating randomness in scripts.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *