- lsusb - list all usb ports
- lsmod - list loaded modules
- modprobe <module name> - load a module
- modprobe -r <module name> - unload a module
- delete all the files in the directory or subdirectory matches the pattern
rm -- **/*.o
or
find . -type f -name '*.o' -delete
No comments:
Post a Comment