Linux client commands

Menu Feature Description
Allowed Apps Register Allowed Apps

./fbmega -alwapp -add -p app_path -d access_path -o permission

  • app_path: The path of the app to be allowed
  • access_path: The path within the mount directory where the app is granted access
  • permission: The access permissions granted to the app
View Allowed Apps ./fbmega -alwapp -list
Delete Allowed Apps

./fbmega -alwapp -rm -p app_path -d access_path

  • app_path: The path of the allowed app
  • access_path: The path within the mount directory where the app's access permissions were granted