Difference between revisions of "Talk:UNIX Tutorial"

From PrattWiki
Jump to navigation Jump to search
 
Line 3: Line 3:
  
 
* If I want to copy a folder from my lab 3 directory (Specifically the Header1s.m file) what is the necessary code for that? --[[User:Cmk30|Cmk30]] 18:12, 27 September 2010 (EDT)
 
* If I want to copy a folder from my lab 3 directory (Specifically the Header1s.m file) what is the necessary code for that? --[[User:Cmk30|Cmk30]] 18:12, 27 September 2010 (EDT)
 +
** To copy a folder, you need the -r adverb:
 +
cp -ir FOLDERPATH PLACE_TO_PUT_IT
 +
::[[User:DukeEgr93|DukeEgr93]] 12:59, 29 September 2010 (EDT)

Latest revision as of 16:59, 29 September 2010

  • How do I change the color of the text in Unix so my eyes don't bleed? Gpw5 21:57, 26 August 2008 (EDT)
    • Do you mean in the PuTTY window? When you first start PuTTY, on the left side, there's an option to set the Colours. Just be sure to re-save the session once you get them the way you like so you can use that color scheme later. DukeEgr93 22:31, 26 August 2008 (EDT)
  • If I want to copy a folder from my lab 3 directory (Specifically the Header1s.m file) what is the necessary code for that? --Cmk30 18:12, 27 September 2010 (EDT)
    • To copy a folder, you need the -r adverb:
cp -ir FOLDERPATH PLACE_TO_PUT_IT
DukeEgr93 12:59, 29 September 2010 (EDT)