FIL files contain database table data. They do not contain layouts. Import layouts before FIL files into ACL. Or create new layouts when importing FIL files. Open FIL files in ACL for Windows to view data. Easier to import FIL file data from another ACL project. Use Copy from another Project → Table.
Database entries are records. Databases store website data. Popular extensions: .DB, .ACCDB, .NSF, .FP7.
RaidenFTP saves file access rights in ACL files. Office suite uses ACL file to save AutoCorrect words. All Office apps access this file. CorelDRAW versions use ACL file to store keyboard data.
Open ACL files with software like setfacl. Without it, get Windows/Mac/iPhone/Android alert. Right-click file. Choose Open with. Pick an application.
ACL information stored per file in “shadow” unode. Before using ACLs, mount partition with ACL support. For local ext3/ext4 system, mount with: mount -t ext3 -o acl <device> <partition>. Or in /etc/fstab add acl option: LABEL=/db /db ext3 acl 1 2
If Samba accesses ext3/ext4 with ACLs, recognized due to –with-acl-support option.
Save results to ACL table: TO “Out-put.FIL”. Default folder has project. Use path for different folder: TO “C:\Output.FIL” or TO “Results\Output.FIL” Table names limited: 64 alphanumeric characters without .FIL.