Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.mac.programmer.help > #55
| From | Daniel Höpfl <news@hoepfl.de> |
|---|---|
| Newsgroups | comp.sys.mac.programmer.help |
| Subject | Re: Trying to delete a symlink to a nonexistent file... |
| Date | 2011-09-26 19:23 +0200 |
| Organization | albasani.net |
| Message-ID | <j5qcfg$4ob$1@news.albasani.net> (permalink) |
| References | <74ef44c4-94d7-4572-98df-407819dd3b07@g23g2000vbz.googlegroups.com> |
Hi, > In a terminal, there's this symlink to a file: > > b52e2de8fed975e25f1723d200000012-runtime -> /tmp/pulse-tmjfVpvLvLtZ > > except the file /tmp/pulse-tmjfVpvLvLtZ does not exist any longer. > > I am trying to clean out a directory and this file will not be removed > by the 'rm' command because the file to which it points no longer > exists. > > I tried 'rm' and 'unlink' but both return the same errors. > > Any suggestions? In addition to Richard's request for the exact rm command: Also include the output of `ls -ledB@ *runtime` in your response. Bye, Daniel
Back to comp.sys.mac.programmer.help | Previous | Next — Previous in thread | Find similar
Trying to delete a symlink to a nonexistent file... commiebastard <oraclmaster@gmail.com> - 2011-09-25 21:02 -0700 Re: Trying to delete a symlink to a nonexistent file... Richard Kettlewell <rjk@greenend.org.uk> - 2011-09-26 14:15 +0100 Re: Trying to delete a symlink to a nonexistent file... Daniel Höpfl <news@hoepfl.de> - 2011-09-26 19:23 +0200
csiph-web