We can get information from a file in Linux with command : ls -l This is output from my file : -rw-r–r– 1 root root 0 2011-03-09 13:50 tesfile If we want to change file owner and group this file from root to toto, we can use this command : chown root:toto tesfile This command