Skip to main content
spelling error and formating fixed
Source Link
jofel
  • 27.4k
  • 8
  • 71
  • 97

You can change the file's user/group properties:

chown user2:user1 test_user1

The sintaxsyntax is: chown : tochown <user>:<group> <file or dir> to change the owner/owner group from a file or folder

You can change the file's user/group properties:

chown user2:user1 test_user1

The sintax is: chown : to change the owner/owner group from a file or folder

You can change the file's user/group properties:

chown user2:user1 test_user1

The syntax is: chown <user>:<group> <file or dir> to change the owner/owner group from a file or folder

Post Migrated Here from serverfault.com (revisions)
Source Link
vs06
  • 111
  • 3

You can change the file's user/group properties:

chown user2:user1 test_user1

The sintax is: chown : to change the owner/owner group from a file or folder