Dirty Talk
palordrolap @ palordrolap @fedia.io Posts 1Comments 719Joined 11 mo. ago
palordrolap @ palordrolap @fedia.io
Posts
1
Comments
719
Joined
11 mo. ago
Deleted
Permanently Deleted
Permanently Deleted
It sets permissions (
ch
angemod
ification rights) on all files (-R
= recursive, stepping down through directories) in the file system (hence starting at/
) so that they can be read, (re)written and executed as programs by all users (the777
part).000
would be no permissions for anyone (except for theroot
user), which would be just as bad.