View previous topic :: View next topic |
Author |
Message |
scap1784 Apprentice
Joined: 25 Dec 2002 Posts: 225
|
Posted: Mon Feb 17, 2003 4:11 am Post subject: sybolic links |
|
|
How can i delte the FTP link in this folder
COPIED FROM TERMINAL
---------------------------------------------------------------------------------------
bash-2.05b# ls -l
total 1502
lrwxrwxrwx 1 root root 5 Feb 14 16:33 FTP -> /FTP/
drwxr-xr-x 4 root root 1160 Jan 9 15:40 Travis_Lake
-rw-r--r-- 1 root root 1534575 Jan 9 15:33 Travis_Lake.zip
lrwxrwxrwx 1 root root 10 Feb 5 07:25 pics -> /FTP/pics/
bash-2.05b# rm FTP/
rm: cannot remove `FTP/': Not a directory
bash-2.05b# rm pics/
rm: cannot remove `pics/': Not a directory
bash-2.05b# unlink FTP/
unlink: cannot unlink `FTP/': Not a directory
bash-2.05b# |
|
Back to top |
|
|
red_over_blue Guru
Joined: 16 Dec 2002 Posts: 310
|
Posted: Mon Feb 17, 2003 5:45 am Post subject: |
|
|
Try it without the /
|
|
Back to top |
|
|
scap1784 Apprentice
Joined: 25 Dec 2002 Posts: 225
|
Posted: Mon Feb 17, 2003 6:05 am Post subject: |
|
|
wow so that worked don't i feel like a retard!!!!
THANKS THO
Scap |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20485
|
Posted: Tue Feb 18, 2003 3:18 pm Post subject: |
|
|
Moved from Networking & Security. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
|