where is One of : Format [-S] formats Tachyon (if specified-s parameter, indicating that Underfs does not exist) Bootstrap-conf generates a configuration file if the TFS command line client does not exist loadufs load three, Tachyon command line operations on the existing underlying file system to Tachyon Runtest run an end-to-end test in the Tachyon cluster runtests Run all the end-to-end tests in the Tachyon cluster on the <WORD> Kill package Word Process <PATH> copy PATH to all nodes ClearCache clear OS cache Thriftgen generate all Thrift Code version print Tachyon versions
Command-line Operations
1. Create a folder
Tachyon TFS Mkdir/test
2. Create a file
Tachyon TFS Touch/test/test.txt
3. Uploading Local Files
Tachyon TFS COPYFROMLOCAL/ETC/PASSWD/TEST/PASSWD
4. View the Catalog
Tachyon TFS LS//test
5. View file information
Tachyon TFS FILEINFO/TEST/PASSWD
6. View the contents of a file
22
7. View the number of files in the directory
Tachyon TFS Count/test
8. Registering and de-registering files and folders in memory
Tachyon TFS Pin//test
9. Move files
Tachyon TFS MV/TEST/PASSWD/TEST/ADMLN/PASSWD
10. download files to Local
Tachyon TFS Copytolocal/test/passwd/tmp/tachyon.txt
11. deleting files
Tachyon TFS Rm/test/two
deleting files and deleting folders is this command
Tachyon Command Line interface