> Hi, > I want to edit a shell shript file which name is mydate. But How can > I run this shell shript file. Someone told me to use "chomd +x mydate", > but what meaning it is and where I should use! > Thanks a lot! It sets the execute permission for the script named mydate. Then you can type ./mydate to run it. -- Richard E Miles Federal Way WA. registered linux user 46097