webminal.org Home » Students Assignment Guidelines and Rubrics... https://bb.snh
ID: 3672959 • Letter: W
Question
webminal.org Home » Students Assignment Guidelines and Rubrics... https://bb.snhu.edu/bbcswebdav/pi... Webminal How Many Files Are Their, And The mkdir Command bash: .bash_history: command not found [densberger2270@fedori -1 Smkdir mkdir: missing operand Try mkdir --help' for more information [densberger2270@fedori ~]Smkdir MyTestFiles [densberger2270@fedori ]Sls -F FinalProject/ myscript MyTestFilesl testfile1.txt testfile2.txt testfile.txt [densberger2270@fedori -S.bash{_(history,logout,profile),rc),FinalProject,.magic_str ing.txt,myscript,.mysql_history,MyTestFiles,testfile1.txt,2.txt,.txt)) bash: .bash_history: command not found [densberger2270@fedori -1Scp testfilel.txt MyTestFiles/testfile1B.txt [densberger2270@fedori ]Sls -F FinalProject/ myscript MyTestFilesl testfile1.txt testfile2.txt testfile.txt [densberger2270@fedori -S.bash{_(history,logout,profile),rc),FinalProject,.magic_str ing.txt,myscript,.mysql_history,MyTestFiles,testfile1.txt,2.txt,.txt)) bash: .bash_history: command not found [densberger2270@fedori -1Scd MyTestFiles [densberger2270@fedori MyTestFiles]$1s F testfile1B.txt [densberger2270@fedori MyTestFiles]Scp Itestfile.txt testfile2.txt [densberger2270@fedori MyTestFiles]$1s F testfile1B.txt testfile2.txt [densberger2270@fedori MyTestFiles]Stestfile(1B.txt,2.txt) bash: testfile1B.txt: command not found [densberger2270@fedori MyTestFiles]Scp testfile 1B.txt ~/testfile1B.txt cp: target /home/densberger2270/testfile1B.txt' is not a directory [densberger2270@fedori MyTestFiles]Scp testfile1B.txt ~/testfile1B.txt [densberger2270@fedori MyTestFiles]Scd .. [densberger2270@fedori ]Sls -F FinalProject/ MyTestFilestestfilel.txt testfile.txt myscript [densberger2270@fedori -S.bash{_(history,logout,profile),rc),FinalProject,.magic_str ing.txt,myscript,.mysql_history,MyTestFiles,testfile 1(B.txt,.txt),2.txt, .txt)) bash: .bash_history: command not found [densberger2270@fedori -1Scp testfilel.txt testfile2.txt MyTestFiles [densberger2270@fedori 1Scd MyTestFiles [densberger2270@fedori MyTestFiles]$1s F testfile1B.txt testfilel.txt testfi1e2.txt [densberger2270@fedori MyTestFiles]Scd .. [densberger2270@fedori 1Scp cp: missing file operand Try cp-help' for more information. [densberger2270@fedori -]Scd . [densberger2270@fedori home] $cp MyTestFiles MyTestFiles2 cp: cannot stat MyTes t Files': No such file or directory [densberger2270@fedori home] $ Home Play Code Plans FAQ Contact Online Available Lessons: Select Just type 'vimtutor', if you want to learn about vim text editor. If you want to change colors, please visit 'play' menu and view first screencast. testfile1B.txt testfile2.txtExplanation / Answer
with cd .. command we move one step backward in our hierarchy in linux. Let us suppost were at
/home/user/abc/work directory. Now with cd .. command we will move to /home/user/abc directory.
The error message is coming because MyTestFiles directory is not available at the present location from where the user is trying to copy the directory Because of which the error is coming.
If you try this command without doing cd .. it should work.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.