The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Moving all user files to another/new directory
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Moving all user files to another/new directory
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
08-26-2008
elzalem
Registered User
Join Date: Nov 2006
Location: Lebanon
Posts: 33
$ cd /export/home/users/
$ mkdir ./new_folder
$ cp ./file1 ./file2 ./file3 ./file4 ./file5 ./new_folder/
this will copy the 5 files to 'new_folder'
if u want to move them, simply type
mv
instead of
cp
hope this is what you need
elzalem
View Public Profile
Find all posts by elzalem
Find elzalem's past nominations received
Find elzalem's present nominations given