hdfs dfs -mkdir -p /input/
hdfs dfs -put /path/to/local/mobile.txt /input/
hdfs dfs -get /input/mobile.txt /root
hdfs dfs -mv /input/mobile.txt /user/hive/warehouse
hdfs dfs -ls /input/
hdfs dfs -cat /input/mobile.txt
hdfs dfs -rm /input/mobile.txt
hdfs dfs -rm -r -f /result
hdfs dfs -ls /input
hdfs dfs -chmod 755 /input
hdfs dfs -cat /input/mobile.txt | head -n 10
hdfs dfs -cat /input/mobile.txt | tail -n 10
hdfs dfs -du -h /student
hdfs dfs -du /student/mobile.txt
hdfs dfs -ls /
hdfs dfs -ls -R /