What are the major functions of a file system?
What is the block size for Hadoop?
128 MB
What are the functionalities of HDFS?
What is the syntax of a command?
command [-option(s)][argument(s)]
What does the command sudo do?
super user do
What does the command ls do?
List
ls -l -> detailed list
ls -lh -> human readable language
What does the command cd do?
change directory.
What does the command whereis do?
To execute a command but you don’t know where the file is located.
What does the command cat do?
Concatenates, shows a snippet of a file.
What does the command gedit do?
Edits text.
What does chmod do?
Changes the permissions on a file or folder.