I am asked to type in this command(LFS book)
Code:
cp etc/{limits,login.access} /etc
I can't tell what this command is supposed to be doing. It seems that it would copy /etc/limits and /etc/login.access to the directory /etc. That can't be right, how could it allow the same file to be in the same directory?
edit/added later
I mean't to place this in the software section. This was more of a generel question about the cp command.