Linux/UNIX: chmod error

by on February 17, 2006 · 2 comments· last updated at September 1, 2006

Q: Sometime when I use chmod command under Suse Linux, I am getting following error message:
changing permissions of 'FILENAME': Operation not permitted

A: If you are using UNIX you will get error as follows:
chmod: Not owner.

Remember, only the owner of a file or directory can set its permissions. Use ls -l to find the owner. Otherwise, login in as a root user and then setup permissions using chmod.

See also:



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 2 comments… read them below or add one }

1 sanjay November 20, 2007 at 3:20 pm

how i can change the permission of a complete directory.
and how i remove the whole directory

Reply

2 vivek November 20, 2007 at 3:48 pm

How can I change the permission of a complete directory.
chmod -R perm dir-name

how can i remove the whole directory
/bin/rm -rf dirname

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as:

Previous Faq:

Next Faq: