User Tools

Site Tools


chown_and_chmod_examples

This is an old revision of the document!


CHOWN and CHMOD Examples



1. Change the owner of a file

  # ls -lart tmpfile    [ls is used to diplay the file/directory properties]
  -rw-r--r-- 1 himanshu family 0 2012-05-22 20:03 tmpfile
  
  # chown root tmpfile
  
  # ls -l tmpfile
  -rw-r--r-- 1 root family 0 2012-05-22 20:03 tmpfile
chown_and_chmod_examples.1470815906.txt.gz · Last modified: 2023/03/09 22:35 (external edit)