Author Topic: How to remove devices created with makedev?  (Read 1665 times)

edisav

  • Member
  • **
  • Posts: 48
  • Kudos: 0
How to remove devices created with makedev?
« 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

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Re: How to remove devices created with makedev?
« Reply #1 on: 29 May 2005, 18:59 »
rm -- -V
Contains scenes of mild peril.

edisav

  • Member
  • **
  • Posts: 48
  • Kudos: 0
Re: How to remove devices created with makedev?
« Reply #2 on: 29 May 2005, 23:53 »
Is that it? Aren't there any interdepancies created that might get messed up just using "rm"?
Thanks

udaki

  • Member
  • **
  • Posts: 41
  • Kudos: 0
Re: How to remove devices created with makedev?
« Reply #3 on: 30 May 2005, 00:06 »
Why are you still using the old way of making hardware devices?use udev...