News:

Choose a design and let our professionals help you build a successful website   - ITAcumens

Main Menu

File Access Permissions

Started by karthick, Feb 28, 2007, 03:46 PM

Previous topic - Next topic

karthick

How do you change File Access Permissions in linux..........

try to send the command soon........

karthick... :o
A part of Development in Our Website Front Page
www.itacumens.com

We simple build everything with sense
----karthick....

Thilaga

You can change the permissions of your files by using the command "chmod".

The "chmod" command takes 4 parameters:

- The type of users to apply the change of permissions for (u for user, g for group, o for others, a combination of them or a for all three of them).
- The type of change to make (+ to add permissions, - to remove permissions, = to define permissions)
- The type of permissions to apply the change with (r for read, w for write, x for execute)
- The file or group of files to apply the change on (filename for a precise file, but wildcard characters for multiple files)

-----For instance if user1 decides to give write permissions to the administrators, he will type:

chmod g+w myfile
Loving someone that doesn't love U is like reaching for a star -U know you'll never reach it but you just got to keep trying