Do I need to change permissions on both / and /dev/hda3? What should the permissions look like on both / and the device?
Code: Select all
joel@tux ~ $ ls -ld /
d-wxr----t 20 root root 496 Aug 9 23:41 /
joel@tux ~ $ ls -ld /etc
drwxr-xr-x 44 root root 3344 Aug 13 12:54 /etc
joel@tux ~ $ ls -l /dev/hda3
brw-rw---- 1 root root 3, 3 Aug 10 18:18 /dev/hda3

