Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ADFLS(1)		    General Commands Manual		      ADFLS(1)

NAME
       adfls - list contents of	an ADF volume.

SYNOPSIS
       adfls [-b] [-l] [-h] [-v] [-V] [-p]vol <adf_device> [FILE...]

DESCRIPTION
       adfls is	a filesystem utility allowing to list contents of ADF volumes,
       optionally  showing  some more detailed properties like size or permis-
       sions.  It shows	either the main	directory of the volume	or, if	speci-
       fied,  the contents of another directory	or just	the specified file (or
       a link).

       When called with	the -l option, it shows	the following  properties  (in
       that  order):  access permissions, size (by default in bytes, in	blocks
       if ordered so with -b), date and	time, type, name and (for  soft-links)
       name of the real	entry (which can be a file or a	directory).

       The  type can be: F (file), D (directory), LF (hard-link	to a file), LD
       (hard-link to a directory), LS (soft-link).

OPTIONS
       A summary of the	options.

       -b     Show sizes in blocks.

	      Note that	sizes in blocks	include	all blocks used, so in case of
	      files those are: file header block, data	blocks	and  (if  also
	      used) file extension blocks. So the total	size in	blocks,	if ex-
	      pressed  in  bytes  (meaning:  the  block	size multiplied	by the
	      block size, always 512), is always larger	than the size  of  the
	      data stored in the file (listed without the -b option).

       -l     Use a long listing format.

       -h     Show help.

       -p vol Specify volume/partition number (counting	from 0), default: 0

       -v     Be more verbose.

       -V     Show version.

EXAMPLES
       adfls mydisk.adf
	      Show  list  of  entries in the main directory on the volume 0 of
	      mydisk.adf

       adfls -lb -p 1 mydisk.adf devs libs
	      Show contents of the directories devs and	libs on	 volume	 1  of
	      mydisk.adf using the long	format and display sizes in blocks.

SEE ALSO
       adfinfo(1),unadf(1),adflib(3)

NOTES
       Detailed	     info      about	  Commodore	Amiga	  filesystems:
       http://lclevy.free.fr/adflib/adf_info.html

AUTHOR
       adfls was written by Tomasz Wolak <tomas.wolak@gmail.com>, as a part of
       the ADFlib (https://github.com/adflib/ADFlib).

				   Sep 2025			      ADFLS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=adfls&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help