Showing posts with label Creating read-only file in unix. Show all posts
Showing posts with label Creating read-only file in unix. Show all posts

Tuesday, September 3, 2013

UNIX - Creating read-only file in UNIX



1. Create file using touch file_name.


2. Giving Read-only permission to the file by 

chmod 400 file_name.