Tag: operating systems

Questions Related to operating systems

  1. head -n 51 filename |tail -1

  2. head -51 |tail -1

  3. sed -n 51p

  4. All of the above


Correct Option: D
  1. oc -db file_name

  2. oc -cdh filename

  3. od -cbo file_name

  4. od -cbd file_name


Correct Option: D