Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: edisav on 29 May 2005, 16:03

Title: How to remove devices created with makedev?
Post by: edisav on 29 May 2005, 16:03
Hi folks,
While trying to find out the version of makedev, I excecuted the following commands:
makeved -V, and
makedev -v
This created two device directories in my home directory:
-V and -v.
How do I remove/delete these two device directories?
Thanks
Title: Re: How to remove devices created with makedev?
Post by: KernelPanic on 29 May 2005, 18:59
rm -- -V
Title: Re: How to remove devices created with makedev?
Post by: edisav on 29 May 2005, 23:53
Is that it? Aren't there any interdepancies created that might get messed up just using "rm"?
Thanks
Title: Re: How to remove devices created with makedev?
Post by: udaki on 30 May 2005, 00:06
Why are you still using the old way of making hardware devices?use udev...