![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| arg list too long | Zenwork | Shell Programming and Scripting | 2 | 10-08-2008 04:06 PM |
| Arg List too Long in SCP | chris1234 | UNIX for Dummies Questions & Answers | 5 | 02-27-2008 08:40 AM |
| ksh: /usr/bin/ls: arg list too long | jitindrabappa | UNIX for Dummies Questions & Answers | 2 | 10-12-2006 04:08 AM |
| ls -t arg list too long | CSU_Ram | UNIX for Dummies Questions & Answers | 4 | 05-05-2005 11:19 AM |
| arg list too long | vingupta | UNIX for Dummies Questions & Answers | 5 | 08-03-2001 12:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Paramater list too long while chmod
Hi i am transferring the files(around 10000) from the Windows sever to the UNIX server in that i run a command chmod 777 filename.txt
but it is taking a longer time as it gives chmod for each and every file. So i thouught of giving the permission from the UNIX itself and i tried running chmod 777 filename.txt and it is throwing an error Parameter list is too long. So i tried it with find . -name "filename*.txt" -exec chmod 777 {} \; still i get the error parameter list is too long! Any other options to avoid this error wud be highly appreciated! Thanks in advance! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|