Question Explain the following commandsLinux In the pic abo
Question : Explain the following commands(Linux) In the pic above From 3 to 10, Thank you.
Find - name \"fine*\" - print passwd echo $BASH who >> mydir.list tar-cfz/../../archive.tar.gz* and tar-xzt/.././/archive.tar. gz du-k sample. data diff sample.data 1 sample.data 2 md5sum sample.txtSolution
3) find command is used to find the file for a specific pattern the -name argument is used and then we give the pattern like here file* that means search all files which start from file.
4) It is used to change the password of user account
5) the command is used to start the work in bash shell.
7) This command is used to compress a collection of files into a compress archieve file.
8) This command is used to check the disk usage of files
9) It analyses the given two files and print the different lines in those
10) It prints or check MD5(128) bits checksums in the file specified.
