I'm a newbie to UNIX systems. I'm being tasked with finding a SUID file in the root directory and access its file properties to get some things done.
Is there anyway I can write a Java based application to search for files with Sticky bit and access their properties (file permissions/creation date etc.)?
** I have been asked not to use 'find' commands in UNIX for this purpose.
Please help.