I am new in Linux environment and I would like to know if rwx access on Linux file system can substitute sudo access to run a command.
i.e.: I have the command abcd in /etc/init.d/ and I do have rwx access for /etc/init.d/ directory and its contents. Do I need have sudo access to execute the command abcd (user@server:/>sudo abcd) or I can type only user@server:/>abcd at the command prompt?