Tagged Questions
-1
votes
2answers
87 views
passwords, vpn, root access, what happens if I die? [duplicate]
I work with two partners/friends and I'm the one who takes care of all the tech stuffs here.
I hired consultants, programmers and each of them have parts of the credentials. But turns out I'm the only ...
2
votes
2answers
326 views
Would a user with admin=true and root have the same privileges on AIX?
Does a user in /etc/security/user with the parameter admin set to true (admin = true) have the same privileges as the root user?
According to IBM (full information here):
admin Defines the ...
6
votes
2answers
143 views
Why doesn't the administrator mode protect Windows from malware?
It is often given as the main reason for Linux' relative safety from malware that only the root account, which is not used for e.g. browsing the web, can make significant changes to the system.
...
5
votes
7answers
720 views
Why is it bad to run as root?
I've often come across posts on forums or other websites where you see people joking in such a manner about running/logging in as root as if it's something awful and everyone ought to know about it. ...
0
votes
1answer
43 views
accessing folder
I tried to access my folder but warning say you are not root and and permission area
doesnot clearly open that is I couldnot access its feature to change its permission
and sudo is not accessible
...
1
vote
3answers
4k views
LINUX : How to Log in as Root (Ubuntu 10.04)
I want to use the whole operating system as an administrator.
I know I can log in as a root in the Terminal by typing this:
su
Password
But in this way I'm logged in only in the terminal.
I want ...