In the following example:
$ ip a | grep scope.global
inet 147.202.85.48/24 brd 147.202.85.255 scope global dynamic enp0s3
What does the 'brd' mean?
In the following example:
$ ip a | grep scope.global
inet 147.202.85.48/24 brd 147.202.85.255 scope global dynamic enp0s3
What does the 'brd' mean?
brd is short for broadcast.
147.202.85.255 is the broadcast address for whatever interface that line belongs to.