4
Puedo leer desde / dev / null; ¿Como arreglarlo?
Leí el artículo de Wikipedia/dev/null y estaba jugando moviendo archivos a /dev/null. Para esto creé un test_filey puse algunos contenidos en él: $ touch test_file $ echo "This is written by Aditya" > test_file $ cat test_file This is written by Aditya A partir de entonces intenté mover el archivo …
80
udev