vats12

Untitled

Aug 14th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. OnePlus6T:/ # find / -maxdepth 1 | sort >/sdcard/1; find /system_root -maxdepth 1 | sort >/sdcard/2; diff /sdcard/1 /sdcard/2
  2. ; find /system_root -maxdepth 1 | sort >/sdcard/2; diff /sdcard/1 /sdcard/2 <
  3. --- /sdcard/1
  4. +++ /sdcard/2
  5. @@ -1,46 +1,43 @@
  6. -/
  7. -/acct
  8. -/bin
  9. -/bt_firmware
  10. -/bugreports
  11. -/cache
  12. -/charger
  13. -/charger_log
  14. -/config
  15. -/d
  16. -/data
  17. -/default.prop
  18. -/dev
  19. -/dsp
  20. -/etc
  21. -/firmware
  22. -/init
  23. -/init.environ.rc
  24. -/init.oem_ftm.rc
  25. -/init.rc
  26. -/init.recovery.qcom.rc
  27. -/init.usb.configfs.rc
  28. -/init.usb.rc
  29. -/init.zygote32.rc
  30. -/init.zygote64_32.rc
  31. -/lost+found
  32. -/mnt
  33. -/odm
  34. -/oem
  35. -/op1
  36. -/op2
  37. -/persist
  38. -/postinstall
  39. -/proc
  40. -/product
  41. -/res
  42. -/root
  43. -/sbin
  44. -/sdcard
  45. -/sepolicy
  46. -/storage
  47. -/sys
  48. -/system
  49. /system_root
  50. -/ueventd.rc
  51. -/vendor
  52. +/system_root/acct
  53. +/system_root/bin
  54. +/system_root/bt_firmware
  55. +/system_root/bugreports
  56. +/system_root/cache
  57. +/system_root/charger
  58. +/system_root/charger_log
  59. +/system_root/config
  60. +/system_root/d
  61. +/system_root/data
  62. +/system_root/default.prop
  63. +/system_root/dev
  64. +/system_root/dsp
  65. +/system_root/etc
  66. +/system_root/firmware
  67. +/system_root/init
  68. +/system_root/init.environ.rc
  69. +/system_root/init.oem_ftm.rc
  70. +/system_root/init.rc
  71. +/system_root/init.recovery.qcom.rc
  72. +/system_root/init.usb.configfs.rc
  73. +/system_root/init.usb.rc
  74. +/system_root/init.zygote32.rc
  75. +/system_root/init.zygote64_32.rc
  76. +/system_root/lost+found
  77. +/system_root/mnt
  78. +/system_root/odm
  79. +/system_root/oem
  80. +/system_root/op1
  81. +/system_root/op2
  82. +/system_root/persist
  83. +/system_root/postinstall
  84. +/system_root/proc
  85. +/system_root/product
  86. +/system_root/res
  87. +/system_root/sbin
  88. +/system_root/sdcard
  89. +/system_root/storage
  90. +/system_root/sys
  91. +/system_root/system
  92. +/system_root/ueventd.rc
  93. +/system_root/vendor
  94. 1|OnePlus6T:/ #
Add Comment
Please, Sign In to add comment