Questions Related to technology

Multiple choice technology operating systems
  1. ls -lrt !cp:2

  2. ls -lrt !mv:1

  3. ls -lrt /media/mounted/ext/drive1/newmyfile.dat

  4. a and b will give "Command not found error" and c will work fine and all other options are incorrect.

  5. a,b and c will give correct results.

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology operating systems
  1. Find the process that is using the drive and kill it safely.

  2. option a is correct and the following needs to be done to implement it: fuser /media/KINGSTON;fuser -k /media/KINGSTON; umount /media/KINGSTON

  3. Option a is incorrect and unsafe and you need to hard boot to solve this problem.

  4. Use a force option on unmount to acheive this : umount -F /media/KINSGTON

  5. a and b are correct.

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology operating systems
  1. Yes. 0 files will be present

  2. No

  3. Yes. 5 file or more will be present.

  4. Yes. Only 5 files will be present.

  5. All the above are incorrect.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology operating systems
  1. Yes. 0 files will be present

  2. No

  3. Yes. 5 file or more will be present.

  4. Yes. Only 5 files will be present.

  5. All the above are incorrect.

Reveal answer Fill a bubble to check yourself
C Correct answer