charles stringfellow wrote: > When I type $ chmod u+x xo-get.py, I get error message: cannot access > xo-get.py. > Can you suggest a work around or remedy?
That message would normally be followed by the specific reason that you "cannot access xo-get.py" such as "No such file or directory" or other reason. chmod u+r filewhichdoesnotexist chmod: cannot access `filewhichdoesnotexist': No such file or directory What message did it say for you? Do you have permission to access and modify that file? ls -ld xo-get.py Bob _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils