how-to-find-a-folder-in-linux-using-the-command-line
# find / -type d -name "etc"
OR
$ sudo find / -type d -name "etc"
OR
$ sudo find / -type d -iname "etc"
how-to-find-a-folder-in-linux-using-the-command-line
# find / -type d -name "etc"
OR
$ sudo find / -type d -name "etc"
OR
$ sudo find / -type d -iname "etc"
For further actions, you may consider blocking this person and/or reporting abuse
Ananthu PM -
Yogansh -
mayankPal -
Nilesh Bhise -
Once suspended, rakeshdevcotocus_468 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, rakeshdevcotocus_468 will be able to comment and publish posts again.
Once unpublished, all posts by rakeshdevcotocus_468 will become hidden and only accessible to themselves.
If rakeshdevcotocus_468 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to rakesh kumar.
They can still re-publish the post if they are not suspended.
Thanks for keeping Debug School safe. Here is what you can do to flag rakeshdevcotocus_468:
Unflagging rakeshdevcotocus_468 will restore default visibility to their posts.
Top comments (0)