Kann dummy nicht mehr kopieren?

View: New views
3 Messages — Rating Filter:   Alert me  

Kann dummy nicht mehr kopieren?

by jochen graf :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Hallo,

ich habe auf meinem Server die Source unter


home/web/typo3_src/dummy-4.2.1# ls -l

-rw-r--r-- 1 root root   46 2008-06-11 10:14 clear.gif
drwxr-xr-x 4 root root 4096 2008-06-11 10:15 fileadmin
-rw-r--r-- 1 root root 5051 2008-06-11 10:14 _.htaccess
lrwxrwxrwx 1 root root   19 2008-09-05 11:09 index.php ->
typo3_src/index.php
-rw-r--r-- 1 root root 7087 2008-06-11 10:15 INSTALL.txt
-rw-r--r-- 1 root root 7695 2008-06-11 10:15 README.txt
-rw-r--r-- 1 root root  425 2008-06-11 10:15 RELEASE_NOTES.txt
lrwxrwxrwx 1 root root   15 2008-09-05 11:09 t3lib -> typo3_src/t3lib
lrwxrwxrwx 1 root root   15 2008-09-05 11:09 typo3 -> typo3_src/typo3
drwxr-xr-x 4 root root 4096 2008-06-11 10:15 typo3conf
lrwxrwxrwx 1 root root   18 2008-09-05 11:09 typo3_src -> ../typo3_src-4.2.1
drwxr-xr-x 2 root root 4096 2008-06-11 10:15 typo3temp
drwxr-xr-x 5 root root 4096 2008-06-11 10:15 uploads



liegen .Nun möchte ich den Inhalt des dummys in das www-Verzeichnis

home/web/www/typotest1/

kopieren

also
acpc171:/home/web/typo3_src/dummy-4.2.1#  cp -R -v *.*
/home/web/www/typotest1


Ergibt die Ausgabe


âclear.gifâ -> â/home/web/www/typotest1/clear.gifâ
â_.htaccessâ -> â/home/web/www/typotest1/_.htaccessâ
âindex.phpâ -> â/home/web/www/typotest1/index.phpâ
âINSTALL.txtâ -> â/home/web/www/typotest1/INSTALL.txtâ
âREADME.txtâ -> â/home/web/www/typotest1/README.txtâ
âRELEASE_NOTES.txtâ -> â/home/web/www/typotest1/RELEASE_NOTES.txtâ


Es wurden nur

-rw-r--r-- 1 root root   46 2008-09-05 11:32 clear.gif
-rw-r--r-- 1 root root 5051 2008-09-05 11:32 _.htaccess
lrwxrwxrwx 1 root root   19 2008-09-05 11:32 index.php ->
typo3_src/index.php
-rw-r--r-- 1 root root 7087 2008-09-05 11:32 INSTALL.txt
-rw-r--r-- 1 root root 7695 2008-09-05 11:32 README.txt
-rw-r--r-- 1 root root  425 2008-09-05 11:32 RELEASE_NOTES.txt


kopiert.

Ich habe dafür keine Erklärung, hat jemand einen Tipp??

Danke



--
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration

Thomas-Nast-Str. 44
76829 Landau

mail: graf@...
fon: 06341-990-224
web:http://www.paeps.uni-landau.de

_______________________________________________
TYPO3-german mailing list
TYPO3-german@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Re: Kann dummy nicht mehr kopieren?

by Bernd Schuhmacher-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo
Jochen Graf schrieb:

> ... also
> acpc171:/home/web/typo3_src/dummy-4.2.1#  cp -R -v *.*
> /home/web/www/typotest1
>
>
> Ergibt die Ausgabe
>
>
> âclear.gifâ -> â/home/web/www/typotest1/clear.gifâ
> â_.htaccessâ -> â/home/web/www/typotest1/_.htaccessâ
> âindex.phpâ -> â/home/web/www/typotest1/index.phpâ
> âINSTALL.txtâ -> â/home/web/www/typotest1/INSTALL.txtâ
> âREADME.txtâ -> â/home/web/www/typotest1/README.txtâ
> âRELEASE_NOTES.txtâ -> â/home/web/www/typotest1/RELEASE_NOTES.txtâ
>
>  
Du musst

cp -R -v * /home/web/www/typotest1

machen.
Das *.* bewirkt wohl, dass nur Dateien kopiert werden die auch ein "." drinne haben.
Den Link von typo3 auf die Sourcen musst du danauch neu setzen.

Bernd



--
nMedien, Schuhmacher & Schuhmacher GbR
Donaustraße 4
66424 Homburg
Tel.: 06848/730664
FAX: 06848/72145
Email: kontakt@...
Web: http://www.nmedien.de

_______________________________________________
TYPO3-german mailing list
TYPO3-german@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Re: Kann dummy nicht mehr kopieren?

by jochen graf :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bernd Schuhmacher schrieb:

> Hallo
> Jochen Graf schrieb:
>  
>> ... also
>> acpc171:/home/web/typo3_src/dummy-4.2.1#  cp -R -v *.*
>> /home/web/www/typotest1
>>
>>
>> Ergibt die Ausgabe
>>
>>
>> âclear.gifâ -> â/home/web/www/typotest1/clear.gifâ
>> â_.htaccessâ -> â/home/web/www/typotest1/_.htaccessâ
>> âindex.phpâ -> â/home/web/www/typotest1/index.phpâ
>> âINSTALL.txtâ -> â/home/web/www/typotest1/INSTALL.txtâ
>> âREADME.txtâ -> â/home/web/www/typotest1/README.txtâ
>> âRELEASE_NOTES.txtâ -> â/home/web/www/typotest1/RELEASE_NOTES.txtâ
>>
>>  
>>    
> Du musst
>
> cp -R -v * /home/web/www/typotest1
>
> machen.
> Das *.* bewirkt wohl, dass nur Dateien kopiert werden die auch ein "." drinne haben.
> Den Link von typo3 auf die Sourcen musst du danauch neu setzen.
>
> Bernd
>
>
>
>  
Hallo Bernd,

supper geht.

Schönes Wochenende

--
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration

Thomas-Nast-Str. 44
76829 Landau

mail: graf@...
fon: 06341-990-224
web:http://www.paeps.uni-landau.de

_______________________________________________
TYPO3-german mailing list
TYPO3-german@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
LightInTheBox - Buy quality products at wholesale price!