Define $X_{1},X_{2},\ldots,X_{7}$ as Bernoulli random variables, such that $X_{i}=1$ when the $i$th die lands $6$ and $X_{i}=0$ otherwise. Let $X=\sum_{i=1}^{6}{X_{i}}$ be the number of sixes in $7$ die rolls.
Probability of $X$ sixes in $7$ rolls of a die.
The number of sixes $X$ follows binomial distribution. $X\sim{Binomial(7,1/6)}$.
$\displaystyle{P(X=2)={{7}\choose{2}}\left(\frac{1}{6}\right)^2\left(\frac{5}{6}\right)^5}$
Probability of a certain outcome, given that you land $2$ sixes in $7$ rolls of a die.
The naive definition of probability which states that,
$$P(A)=\frac{\text{number of sample points in }A}{\text{total number of points in sample space }S}$$
is applicable, when the sample space $S$ is finite and the sample points are equally likely.
Given that we land $2$ sixes in $7$ die rolls, i.e. the event $\{X=2\}$, what is the likelihood of any particular outcome, say,
$\{X_{1}=0,X_{2}=1,X_{3}=0,X_{4}=1,X_{5}=0,X_{6}=0,X_{7}=0\}$
Each such outcome occurs with equal probability. The sample space $S$ consists of ${{7}\choose{2}}=21$ such sequences. Therefore,
$\displaystyle{P(X_{1}=0,X_{2}=1,X_{3}=0,X_{4}=1,X_{5}=0,X_{6}=0,X_{7}=0|X=2)=\frac{1}{21}}$
Given $X=2$, these are uniformly distributed.
Note. In the strict sense of term, I have computed conditional probability above. It is $P(A|B)=P(AB)/P(B)$, where $P(AB)=(1/6)^2(5/6)^5$ and $P(B)={{7}\choose{2}}(1/6)^2(5/6)^5$.