CompTIA XK0-005 Question Answer
A security analyst is monitoring the network to identify latency or slowdowns during a vulnerability scan. Which of the following functions will best achieve this?
bash
function x() {
info=$(ping -c 1 $1 | awk -F "/" 'END {print $5}')
echo "$1 | $info"
}
CompTIA XK0-005 Summary
- Vendor: CompTIA
- Product: XK0-005
- Update on: Jul 31, 2025
- Questions: 487