tags 28440 notabug close 28440 stop (triaging old bugs)
Hello, On 2017-09-12 9:56 p.m., Prajakta Bhatekar wrote:
I have a piece of code that checks for access to a non-root user to perform a recursive chown operation on a directory with its child directory having 0 permissions(all permission bits set to zero) It uses the` fts_info` flags of FTSENT structure returned by fts_read().For s390x architecture(big endian), it is seen that the value of fts_info for the unreadable directory is set as 6 (FTS_DP) corresponding to postorder directory instead of 6 (FTS_DNR) which is an Unreadable directory . For x86 architecture (little endian), expected behaviour is observed as fts_info is FTS_DNR.
It seems your message was lost and not replied to in a year. Sorry about that. From your question it appears you are asking a programming question, but this is the GNU coreutils mailing list - used to report bugs in GNU coreutils programs (e.g. sort/head/tail/cut/dd). As such, I'm closing this as "not a bug". regards, - assaf