The administration tag has no wiki summary.
24
votes
5answers
6k views
How do I run a command as the system administrator (root)
I need to run a command with administrative privileges. Someone said I should run a command as root. How do I do this?
10
votes
11answers
903 views
Concern about logging in as root overrated?
For personal linux on my personal notebooks, I've usually set my environment to autologin as root even under X or lower runlevels. I've found my workflow is very pleasant and fast, without any ...
20
votes
6answers
8k views
How do you kick a benign user off your system?
I was googling this a bit ago and noticed a couple of ways, but I'm guessing that google doesn't know all. So how do you kick users off your Linux box? also how do you go about seeing they are logged ...
15
votes
4answers
28k views
6
votes
5answers
2k views
How to know if /dev/sdX is a connected USB or HDD?
How can I know if /dev/sdX is a local HDD or usb key ? best doing this without root privileges.
OK , udevadm helped a lot:
For local HDD:
udevadm info --query=all --name=sdb | grep ID_BUS
E: ...
7
votes
3answers
383 views
Linux Bulk/Remote Administration
Beside our internal IT infrastructure, we've got around 500 Linux machines hosting our services for the on-line world. They are grouped in a bunch of clusters like Database A-n, Product A-n, NFS, ...
6
votes
5answers
423 views
What are the recommended ways of defending a remote *nix install from a hamfisted admin?
Once in a while (often a long while), I have a difficulty where I execute a command that completely screws up a Linux machine.
Most recently, I accidentally mounted-again the root partition (thinking ...