[Avcheck] Re: real virus test?

Ralf Hildebrandt Ralf.Hildebrandt@charite.de
Sun, 11 Nov 2001 21:29:25 +0100


On Sun, Nov 11, 2001 at 02:23:04PM -0600, Len Conrad wrote:

> NAME
>      mknod - build special file
> 
> SYNOPSIS
>      mknod name [c | b] major minor [owner:group]

Find out the parameters using "ls -l":

$ ls -l /dev/null
crw-rw-rw-    1 root     root       1,   3 30. Okt 07:08 /dev/null
^                                   ^    ^
c               owner    group      maj  minor

% mknod /dev/null c 1 3 root:root
for my linux system, YMMV

-- 
Ralf Hildebrandt                            Tel.  +49 (0)30-450 570-155
                                            Fax.  +49 (0)30-450 570-916
Eh? Linux is luserproof? What kind of "proper" set up is that, ripping
out all removable media devices and ethernet, freezing the hard drive
spindle, encasing it in concrete and dropping it off a pier?