Mastering File Ownership in Linux: Change User Group Ownership, Access Control Lists, and More
File Owner Ship
Change user ownership of a file
To check the owner of the file use command
ls -l
Here the owner of the file is skna user. Now let's change the owner using the chown command which takes the chown owner_name filename this will change ...