• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Komenda cp Linux

Lolek

New Member
Joined
Sep 29, 2008
Messages
298
Reaction score
0
Elo.
Mam pytanie jak przenies folder za pomoca komendy cp np z folderu /home/cs ( cs to ten folder a w nim inne foldery i plik i all chce to przeniesc ) do folderu /var/www/cs
 
Jak chcesz przeniesc to mv <skad> <dokad> albo mvdir, nie znam sie heh
 
niechce zakładać tematu:
checking for GNU libc compatible realloc... yes
checking for floor... yes
checking for ftime... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.5... yes (version 2.7.6)
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init2 in -lgmp... yes
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... no
checking for main in -lboost_thread... no
configure: error: "Linking against boost::thread library failed."
ks305664:/home/ots/tfs1/0.3.6pl1# apt-get install libboost1.42-dev
ale mam dziwiny problem, Zainstalowałem lib komendą:\
apt-get install libboost1.41-dev

lecz taki dziwny error jak wyżej :(
 
przeciez kurwa napisalem zebys helpa zobaczyl. Po to on tam jest.
 
do kopiowania katalogów jest cp -R
np.
sudo cp -R /home/martin/laski /home/martin/obrazy/laski

Ta komenda spowoduje skopiowanie folderu laski i wklejenie go do folderu obrazy.
 
co do wypowiedzi deqeen
Code:
apt-get install libboost-all-dev
Rep++
 
Back
Top