![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Permission change query | krishmaths | UNIX for Dummies Questions & Answers | 4 | 07-19-2008 09:55 AM |
| Permission Change Upon Reboot | gross | SUN Solaris | 2 | 06-25-2007 11:34 AM |
| change permission chmod | Minguccio75 | UNIX for Advanced & Expert Users | 2 | 11-30-2006 04:48 AM |
| change files permission on Remote machine | almeisan1 | Shell Programming and Scripting | 1 | 10-05-2006 12:03 PM |
| Change permission for directories and files | mingfei2006 | Shell Programming and Scripting | 1 | 08-23-2006 07:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
chmod does that.
You need to define 'set of files' However if all of the files are in a single directory Code:
chmod 554 /directory/* |
|
||||
|
This command will change the permission for all specified files but I want to find files with this permission -r-xr-xr-x and change it to -r-xr-xr-- for a group of files
|
| Sponsored Links | ||
|
|