[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: chmod segmentation faulting



Please do the followinf and see if you notice anything odd

a) ldd /bin/chmod

b) strace -o chmod.trace <your chmod command>

Look in the file chmod.trace and it will list all the function calls the
program uses, and will show where it sigsegv's.


Reply to: