Comments on Linux Chown Command Tutorial for Beginners (12 Examples)

In Linux, there may be times when you might want to change the owner and group-related information for a file or directory. If you are a command line newbie, and want to know how you can make such changes through the command line, you'll be glad to know that there exists a command - dubbed chown - that lets you do this.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: joat

To add:

  chown himanshu: file1

should have the same effect as:

  chown himanshu:himanshu file1