Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Kasowanie symlinka
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
Marcin81
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2005
Posts: 136
Location: Siemianowice Śl.

PostPosted: Tue Jan 24, 2006 8:19 am    Post subject: [SOLVED]Kasowanie symlinka Reply with quote

Mam taki prozaiczny problem. Mam źródła kernela linux-2.6.14-gentoo-r5 a uzywam starszych, próbuję zmienic symlinka poleceniem:
Code:
sudo ln -sf /usr/src/linux-2.6.14-gentoo-r5 /usr/src/linux
 ls -l
razem 2
lrwxrwxrwx   1 root root   22 gru  3 16:07 linux -> linux-2.6.14-gentoo-r4
drwxr-xr-x  19 root root 1376 sty 24 08:56 linux-2.6.14-gentoo-r4
drwxr-xr-x  18 root root  688 gru 17 15:40 linux-2.6.14-gentoo-r5
drwxr-xr-x   7 root root  192 gru 10 22:23 pc
drwxr-xr-x   7 root root  168 gru 10 22:23 redhat

Jak usunąć poprzeniego symlinka, aby ustawić nowy ?


Last edited by Marcin81 on Tue Jan 24, 2006 9:29 am; edited 1 time in total
Back to top
View user's profile Send private message
Insenic
Guru
Guru


Joined: 25 Jan 2005
Posts: 329
Location: Poland, Bialystok

PostPosted: Tue Jan 24, 2006 8:35 am    Post subject: Reply with quote

Code:
rm /usr/src/linux
ln -sf /usr/src/linux-2.6.14-gentoo-r5 /usr/src/linux
Back to top
View user's profile Send private message
Xax
Guru
Guru


Joined: 24 Jul 2003
Posts: 417
Location: Poland, Gliwice, Trynek

PostPosted: Tue Jan 24, 2006 9:03 am    Post subject: Reply with quote

Lub tez bardziej elegancko:
Code:
eselect kernel list

i potem:
Code:
eselect kernel set NUMER_Z_LISTY_POWYZEJ


PS eselect trzeba miec zainstalowany, pozwala zarzadzac nie tylko linkami do kernela ;)
Back to top
View user's profile Send private message
Marcin81
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2005
Posts: 136
Location: Siemianowice Śl.

PostPosted: Tue Jan 24, 2006 9:28 am    Post subject: [solved] Reply with quote

Dzieki. Cudownie.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum