Path: utzoo!attcan!uunet!cs.utexas.edu!news-server.csri.toronto.edu!utgpu!xiao From: xiao@gpu.utcs.utoronto.ca (Yan Xiao) Newsgroups: comp.sys.sgi Subject: Problem: cannot rm a large core file Message-ID: <1990Aug2.200911.28902@gpu.utcs.utoronto.ca> Date: 2 Aug 90 20:09:11 GMT Organization: UTCS Public Access Lines: 23 Help: how come that we can not get rid of a file? -------- % pwd /usr/tmp % ls core % rm core rm: core non-existent % ls -l ./core: File too large total 0 % cd .. % ls -l junk junk/core: File too large total 0 % /bin/rm -rf junk rmdir: junk: Directory not empty ------------------------------ What is wrong? we simply cannot remove the core file!! xiao