Why is the ‘sudo’ password different than the ‘su root’ password

On my personal machine, I often type sudo in front of certain commands in order to accomplish administrative tasks. I had hoped to avoid doing this throughout the day, by typing su root and providing the same password I usually do for sudo. However, the two passwords are not the same(I don’t know how to log in to su root). Is running a command with sudo different than logging in with su root and running the same command?

Good style/practices for separators in file (or directory) names

I’m not exactly sure if this is a “right” question to post here. I’m probably asking more about “opinions” than actual categorical answers (of those that either work or don’t, and that’s it). I was wondering what name separators would be the most linux friendly (or more specifically, Bash friendly) and human friendly at the … Read more