The UNIX and Linux Forums
>
Operating Systems
>
Linux
Unable to remove file using rm: Disk space is full
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Unable to remove file using rm: Disk space is full
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
06-18-2008
Pankajakshan
Registered User
Join Date: Mar 2008
Posts: 11
Quote:
Originally Posted by
jim mcnamara
try:
Code:
mv debug.out22621 /tmp rm -f /tmp/debug.out22621
I guess its not allowing any of the operations:
mv debug.out22621 /tmp
mv: writing `/tmp/debug.out22621': No space left on device
Pankajakshan
View Public Profile
Find all posts by Pankajakshan