|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
I’m still alive barley.
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
|
HELP hehe ok say my dir is /home/sites/home/web and my dir i want to move everything that is inside my dir to the /web dir is /home/sites/home/web/html how would i do this? I mean i need everything that is inside my html dir to be moved to my web dir please if anyone knows pass it on to me thank you
TOM
__________________
![]()
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Dec 2001
Posts: 514
|
move it or copy it? copy it by using CP -R /dir /newdir
|
|
|
|
|
|
#3 |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
format c:
|
|
|
|
|
|
#4 |
|
Macdaddy coder
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
|
mv /home/sites/home/web/html/* /home/sites/home/web
__________________
MacDaddy Coder. |
|
|
|
|
|
#5 |
|
I’m still alive barley.
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
|
Didnt work
![]() [root web]# mv /home/sites/home/web/html/* /home/sites/home/web mv: /home/sites/home/web/_private: cannot overwrite directory mv: /home/sites/home/web/_vti_bin: cannot overwrite directory mv: /home/sites/home/web/_vti_cnf: cannot overwrite directory mv: /home/sites/home/web/_vti_log: cannot overwrite directory mv: /home/sites/home/web/_vti_pvt: cannot overwrite directory mv: /home/sites/home/web/_vti_txt: cannot overwrite directory mv: /home/sites/home/web/a: cannot overwrite directory mv: /home/sites/home/web/arlesimages: cannot overwrite directory mv: /home/sites/home/web/homevideos: cannot overwrite directory with non-directory mv: /home/sites/home/web/imagepages: cannot overwrite directory mv: /home/sites/home/web/images: cannot overwrite directory mv: /home/sites/home/web/members: cannot overwrite directory mv: /home/sites/home/web/photo_dir: cannot overwrite directory mv: /home/sites/home/web/public_html: cannot overwrite directory mv: /home/sites/home/web/tom: cannot overwrite directory mv: /home/sites/home/web/tour: cannot overwrite directory
__________________
![]()
|
|
|
|
|
|
#6 |
|
Macdaddy coder
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
|
Hit me on icq 13605110
__________________
MacDaddy Coder. |
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Mar 2002
Posts: 134
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Guest
Posts: n/a
|
got root?
|
|
|
|
#9 |
|
Confirmed User
Join Date: Mar 2001
Location: BumFuck Ohio
Posts: 768
|
Get off that cobalt server and onto a real one :D
|
|
|
|
|
|
#10 | |
|
Macdaddy coder
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
|
Quote:
__________________
MacDaddy Coder. |
|
|
|
|
|
|
#11 |
|
Confirmed User
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
|
directories can't be moved it they already exist on the new location. You probably tried to copy first or recreated the directory
structure. the easiest way is cp -Rf /path/to/stuff/you/want/to/copy /path/new/location If that doesn't work then check if you have the right owner/permissions to do the above. DynaMite
__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho | |
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: Mar 2001
Location: Baltimore
Posts: 2,082
|
I just hate a server that talks back to ya, mouthy little shits :-)
|
|
|
|
|
|
#13 |
|
aka K-Man
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,295
|
rm -rf *
__________________
Crypto HODLr Crypto mining Angel investor |
|
|
|