Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
before i enabled ssh on my fun_plug, i just telnet in, and modified files. all my files seemed to have ownership/group nobody/allaccount with permissions rwxrwxrwx
now i use ssh, login root, all my files i create and move/copy are root/root with permission rwxr--r--
now its hassle to use windows exploring network share folders and cant modify anything, etc. is it okay to chown -Rv nobody:allaccount /
then chmod -Rv a+rwx
Offline
No.
Some files, specifically, those related to security must have certain restrictive permissions.
use umask instead.
Last edited by scaramanga (2013-01-13 09:38:10)
Offline