At 13:41 -0500 on 11/10/2010, Leonard Sasso wrote about Re: File
Permissions Question:
I want to use the chmod command but the length of the filename and and
path is too long.
chmod 644
/u/emedtest/nfstst/fsit/prov/caqh/20101105/RosterException_20101105.txt
What is the continuation character for the chmod command ?
Thank You.
Len Sasso
One way to overcome a too long situation is to attack it in steps via
CD commands:
CD /u/emedtest/nfstst/fsit
CD ./prov/caqh/20101105
chmod 644 ./RosterException_20101105.txt
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html