How To Change Read Only Permissions On A File In Linux Changin Permissions For A File
Post Description: how to change read only permissions on a file in linux changin permissions for a file
how, to, change, read, only, permissions, on, a, file, in, linux, changin, permissions, for, a, file
This Post Has Been Viewed 292 Times Since Fri Feb 29, 2008 12:01 pm Posted By lini with 0 replies
POST# 959
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: How To Change Read Only Permissions On A File In Linux Changin Permissions For A File
as you know about linux, you can restrict access to a file, for example, you (as the owner) might want to be permitted to read a letter but not to change it in anyway. to prohibit changes, you remove the write permissions for that file:
changing the permissions, removing the write permission of the a file called my_users by typing:
chmod -w my_users
No Repies