> From [email protected] Mon Jan 10 15:19:23 2011 > Date: Mon, 10 Jan 2011 15:43:42 -0500 > To: [email protected] > From: [email protected] > Subject: File Listing > > > Is there one single-line command I can execute that will list every > file in every directory on my FreeBSD box? I've been fussing with the > ls and du commands, but the output is never quite complete.
'man ls' is your friend. "ls -aR /" (as superuser!) is the answer. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
