[1366] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: 6.0R: /bin/rm

daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sun Nov 13 04:32:36 1988

Date: Sun, 13 Nov 88 04:31:50 EST
From: Theodore Ts'o <tytso@ATHENA.MIT.EDU>
To: probe@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: [1365]
Reply-To: tytso@ATHENA.MIT.EDU
>... does not recognize "sockets" as valid objects that can be deleted.  This
>means that I have a lot of files piling up in /tmp that cannot be removed.
>
>(I eventually removed them by calling the "unlink" system call using the
>syscall program that exists on the boot media).

Works fine for me:

<tytso@oliver>  {/mit/tytso}
29% ls -lL /tmp
total 10
	......
   0 srwxrwxrwx  1 tytso           0 Nov 13 04:26 esrv15806=
	.....
<tytso@oliver>  {/mit/tytso}
30% rm /tmp/esrv15806 
rm: remove /tmp/esrv15806? y
<tytso@oliver>  {/mit/tytso}
31% ls /tmp/esrv15806 
/tmp/esrv15806 not found

You may be losing on completion; tcsh is appending a / for sockets, as
if they were directories.  I'll fix that for the next release....

						- Ted

home help back first fref pref prev next nref lref last post