for move file —> mv noldfile newfile
to make new directory > mkdir dirname
to put file into a new directory > mv textfile dirname/
to change file name > rm filename
to view the text file …>>>>> less filename
to add new user >>> useradd
to del user >>> userdel username
less command to see the text file press q to quit