I moved a file called superusers to -superusers to make sure it was not read by a program. Now I need to bring it back but mv and cp complaint as it believes i am giving an argument.
I tried:
...
http://www.experts-exchange.com/OS/Unix/BSD/FreeBSD/Q_21655493.html
Zones:
Free BSDDate Answered: 02/02/2006 Rating: 6.8 Views: 0
couple of things.. i can't get the command line vi editing to werk.. grog lehey said
"bind vi" would werk but that spits out an error after su:
Path: /home/kayve ...
http://www.experts-exchange.com/OS/Unix/BSD/FreeBSD/Q_21476705.html
Zones:
Free BSDDate Answered: 07/06/2005 Rating: 8.8 Views: 0
I tried su and it asked for a password... I tried mine but it didn't work.... This is a brand new machine...
http://www.experts-exchange.com/Apple/Operating_Systems/Q_21613108.html
Hello,
Is there is any way to make a normal user account as superuser, not with sudo or changing uid & gid.
http://www.experts-exchange.com/OS/Linux/Administration/Q_20734119.html
Zones:
Linux AdminDate Answered: 10/29/2003 Rating: 6.2 Views: 0
Hi
I am running Fedora4 and also samba.
I need to create a superuser that can access the system using samba and change any file on the system. even the systam file.
In fact I need to give him...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21687331.html
Zones:
Linux AdminDate Answered: 01/12/2006 Rating: 7.8 Views: 94
I can't find or remember my superuser(SU) password for my Linux Suse 9.1. Is there a way to reset the password?
http://www.experts-exchange.com/Security/Operating_Systems_Security/Linux/Q_21927889.html
I have inherited the task of assigning permissions for users on a shared drive. This responsibility comes with no documentation - go figure! Being the *new* superuser for this shared drive, I only...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_20162243.htm...
Zones:
Windows 2000Date Answered: 02/02/2002 Rating: 7.0 Views: 0
Hi,
I need instructions (command line) on how to create a new superuser account in Solaris 10, thanks!
http://www.experts-exchange.com/OS/Unix/Solaris/Q_22028039.html
I have a file that I'm trying to import into psql from within my php script:
// php snippet
$sql2 = "COPY ".$table." FROM '".basename( $_FILES['uploadedfile']['tmp_name'])."' USING deli...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...