HACKER Q&A
📣 dogol

Client to have complete list of files in server dir. using Linux


How s the definitive way for clients have complete list of files, allowable/accessible to them, in a server directory by use of Linux tools used as interprocess one-liner commands


  👤 gtirloni Accepted Answer ✓

👤 sourcecodeplz
find /path/to/server/directory -type f -print | grep "$(whoami)"