1.

Solve : permission help?

Answer»

As a regular USER how would I change permissions for a directory?CHMOD.. See here: http://www.ahinc.com/linux101/permission.htm

If you're looking to make a file executable that would be chmod +x or chmod u+x if your looking to remove the executable permissions from a file it would be chmod -x or chmod u-x respectively.

You can also use chown.. chown username



Discussion

No Comment Found