trying to copy? surely all you need to do is
and I'm still a n00b and dont understand what you mean by using a loop to go through it. could you explain more?Code:cp .profile /home/{*}/
I am trying to cp the .profile from one of my users to all of my users on my system and trying to use a loop to go through it does any one maybe have a better idea ? thanx in advance![]()
trying to copy? surely all you need to do is
and I'm still a n00b and dont understand what you mean by using a loop to go through it. could you explain more?Code:cp .profile /home/{*}/
perhaps he wants to...
so that it will automatically be created for each user as they are added to the system?Code:cp .profile /etc/skel/
~k
"...you've picked up a bit of an attitude. Still curious and willing to learn, I hope. "
didn't know about that. You learn something new everyday!! thanks kr0m3![]()