The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-18-2008
Pankajakshan Pankajakshan is offline
Registered User
 

Join Date: Mar 2008
Posts: 11
Quote:
Originally Posted by jim mcnamara View Post
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
Reply With Quote