notebookutils.fs.cp: Copies a file or directory, possibly across FileSystems
notebookutils.fs.mv: Moves a file or directory, possibly across FileSystems
notebookutils.fs.ls: Array -> Lists the contents of a directory
notebookutils.fs.mkdirs: Creates the given directory if it does not exist, also creating any necessary parent directories
notebookutils.fs.put: Writes the given String out to a file, encoded in UTF-8
notebookutils.fs.head: Returns up to the first 'maxBytes' bytes of the given file as a String encoded in UTF-8
notebookutils.fs.append: Append the content to a file
notebookutils.fs.rm: Removes a file or directory