Help for this page

Select Code to Download


  1. or download this
    rcp mine.txt cmd1.txt; echo $?
    /bin/cp: mine.txt:cannot access min.txt
    0
    
  2. or download this
    cp mine.txt cmd1.txt; echo $?
    /bin/cp: mine.txt:cannot access min.txt
    1