In any metric space $(X,d)$ you define openness the same way. You define a ball of $d$ as $$B_d(x,r)= \{y \in X: d(x,y) < r\}$$
for any $x \in X$ and real number $r>0$. Then $U$ is open iff
$$\forall x \in U: \exists r>0 : B_d(x,r) \subseteq U\text{.}$$
But it's not very hard to show that $d_2$ (the standard Euclidean metric on $\Bbb R^n$, so $d_2(x,y) = \sqrt{\sum_{i=1}^n (x_i-y_i)^2}$ and $d_\infty(x,y)=\max\{|x_i - y_i|: i = 1,\ldots,n\}$ are equivalent, in the sense that any $d_2$-ball around $x$ contains a $d_\infty$-ball around $x$ and vice versa, so that the conditions for openness for these metric are equivalent too, and so they give exactly the same open sets.
More details can be found in this answer, e.g.