How To Make Copies Of Files In Linux Shell Command Make Backup Copy Of File
- Forums
- Linux Hosting
- How To Make Copies Of Files In Linux Shell Command Make Backup Copy Of File
This Page Contains information about How To Make Copies Of Files In Linux Shell Command Make Backup Copy Of File By linux in category Linux Hosting with 1 Replies. [427], Last Updated: Sat May 18, 2024
linux
Thu May 03, 2007
1 Comments
2710 Visits
ok, lets say i am at the command prompt in a linux computer. i am at the command shell and i have a file called userlist.txt and i want to make an exact copy of this file. so how do you do that? well its easy. if i want to make a copy of my file called userlist.txt all i have to do is run this command:
cp userlist.txt new_userlist.txt
by running this command, i just made an exact copy of userlist.txt and named it new_userlist.txt
simple huh