![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| substr() thru awk Korn Shell Script | sbryant | Shell Programming and Scripting | 4 | 01-24-2008 08:16 AM |
| Korn Shell script not running | Asty | Shell Programming and Scripting | 1 | 08-11-2006 10:17 AM |
| Help with Korn Shell script | heprox | AIX | 1 | 12-19-2005 11:04 AM |
| korn shell script | pavan_test | UNIX Desktop for Dummies Questions & Answers | 3 | 10-27-2005 09:09 AM |
| korn shell script | pavan_test | UNIX for Dummies Questions & Answers | 1 | 10-26-2005 10:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
All I am trying to change the permission for all the files in the current dir such that the user(owner) have the read write and excute permissions. When I excute the korn shell it will change the whole files and directory permissions as "rwx". Any help will be highly appreciated. Thanks Last edited by uhelp; 12-01-2006 at 02:44 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You don't need as script. See the man page for chown, it is quite capable of the without being wrapped.
|
||||
| Google The UNIX and Linux Forums |