Permutation has to do with arrangement. If r objevt selected from n pool of objects are to be arranged in a straight line, this can be done in nPr number of ways.
nPr = n!/(n-r)!
If 5 people are to be chosen and arranged in a straight line, if there are 6 people to choose from, this can be done in 6P5 numbe of ways.