Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including
Stack Overflow
, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It only takes a minute to sign up.
Sign up to join this community
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Ask Question
Want to improve this question?
Update the question so it focuses on one problem only by
editing this post
.
Closed
8 years ago
.
I eventually plan on diving into software manipulation, and i want to avoid any and all things that as ROOT could destroy my system. I know tinkering with the file-system are dangerous to mess around in, but is there anything that i should avoid?
I'm using Debian OS and Gnome workplace interface. Also i haven't started to mess around in the files yet... I just know i can trust the community to help me not mess up the OS.
–
–
You can prevent all users and even root user to login to system if you delete /etc/passwd file.
Deadly commands that can ruin your system
–
By the very definition of what the root user account is, this account can do EVERYTHING & ANYTHING. It can completely destroy the system's filesystem and manipulate anything on the system.
If you're going to do any experimentation such as this, you'll want to do it in a virtual machine, not on your bare metal system. Since this is a learning exercise I would do whatever you want, since you'll only be destroying your virtual machine.
If using something such as Virtualbox, you can create snapshots of your running VM, prior to performing an action within it, to provide you an easier method for recovering from this action more easily.
–