In case your Main class is in FileManagement Package on Linux, then try the following:
java -cp . FileManagement.Main
in the parent folder of the FileManagement folder.
And if your main class is not located in a package then cd to the FileManagement folder and try the following:
java -cp . Main