SimpleSharing | Twitter , Facebook , Google , Instapaper & LinkedIn | Authentication library
kandi X-RAY | SimpleSharing Summary
kandi X-RAY | SimpleSharing Summary
Twitter, Facebook, Google+, Instapaper & LinkedIn social link that do not rely on Javascript
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SimpleSharing
SimpleSharing Key Features
SimpleSharing Examples and Code Snippets
Community Discussions
Trending Discussions on SimpleSharing
QUESTION
Alright i was flashing a debloater script on my S6 EDGE, but i was curious about how these commands acutally works so i decided to ask for some help...
...update-script
ANSWER
Answered 2019-Sep-20 at 10:20the things you don't understand can be divide into two command group,
- rm group
/sbin/rm -fr
delete directory and files silently - mount group
/sbin/mount -t auto
mount partitions under auto configured parameters, mostly related withmtab
andfstab
you can do more research on quoted terminology above
if you cant see the rm
and mount
file under /sbin
, there are two explanation i can think of
- only app with effective root privilege can do that, and you are viewing in an app that does not holding root privilege when scanning
/sbin
.
rooting device is by placing a special binary filesu
under special dir.
app has to callexec("su")
explicitly to start a process with root privilege
so that it can delete system files, mount or umount partitions, etc. - you are viewing in a
chroot
environment, the real /sbin is outside the environment.
which is less likely to happen on your phone,
it is a way of relocating/
directory for process(and its sub-process) .
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SimpleSharing
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page