1748289 Members
3212 Online
108761 Solutions
New Discussion юеВ

Re: mknod

 
SOLVED
Go to solution
himacs
Super Advisor

mknod

Hi Admins,

I jhave created a device file with mknod command with the intension to create a vg.

crw-r--r-- 1 root sys 64 0x070000 Jan 14 09:56 /dev/vgkest/group

Now i want to remove the same file.

How we can remove a device file created using mknod

Regards
himacs
2 REPLIES 2
himacs
Super Advisor

Re: mknod

Hi

Deleted using rm command.

Thanks
himacs
Michal Kapalka (mikap)
Honored Contributor
Solution

Re: mknod

hi,

just delete it with rm command.

mikap