OpenSUSE Install :: Edit Some Files In /usr . So Did "chown -R Username /usr" As Root?
Jun 11, 2010
I was trying to edit some files in /usr . so I did "chown -R username /usr" as root . after editing, I did "chown -R root /usr" !!!!! it made me unable to open Yast and VirtualBox and many other features and applications . is there anyway to fix this ? I think some files in /usr was not owned by root,
View 4 Replies
ADVERTISEMENT
May 25, 2010
I went to YaST>Security and Users>User and Group Management and changed my username. Now I can't do anything (open home directory, start application, login, etc). I tried changing back the username by going to YaST at init 3 and changing back to the previous username.
View 9 Replies
View Related
Dec 20, 2009
i need to change the owner and group for the device /dev/sda6 to the DB user yard. I can type as root: chown yard:yard /dev/sda6 ls -l i see the changes. But if i start the DB init, the old user and group names are set. (root:disk). With Suse 9.2 i don't have this problem. With Suse 10.3 i have to change the user:group settings after reboot. But with 11.2 i find no way to change.
View 1 Replies
View Related
Dec 31, 2009
I have rented a remote dedicated fedora 7 system. The service provider provisioned the system and does not allow direct "root" access to the system.
I currently use putty to login into "user1", switch to "root" using su -, and then edit the file.
I would like to edit the "root" file directly from my home XP system which has a SFTP connection to the remote fedora 7 system (using Aptana RadRails).
I am not sure how to do that. I had 2 ideas but I am just guessing and afraid to proceed with so little knowledge.
I considered editing /etc/group and changing the line
from
root:x:0:root
to
[Code]...
View 5 Replies
View Related
Feb 12, 2011
Trying 6.0 xfce on an old computer and need to know how to login as root to edit files?
View 2 Replies
View Related
Sep 14, 2010
Always had this problem on F13... if I run kword from console as root I get.kwordkword(14580): Session bus not found
KCrash: Application 'kword' crashing...
sock_file=/root/.kde/socket-icebox/kdeinit4__0
Warning: connect() failed: : No such file or directory
[code]...
View 4 Replies
View Related
Jun 12, 2011
why i m unable to edit the files under root directory of apache ?and how to fix that plz tell me ?
View 3 Replies
View Related
Feb 12, 2011
I'm a new Ubuntu user and a Python programmer, it's the first time that I use Python in Ubuntu so it's a bit confusing me. If I want to save a Module or something in a specified map, I get 'Errno 13', it says that I don't have permission to edit, do thing in that map. And this is also for importing files with Python. I logged in from Terminal with 'sudo -i' and closed Terminal, but the problem keeps repeating. How do I login as Admin or Root and stay as Admin or Root? I need right to edit/read files as well as root and normal user.
An example:
Python file:
test.py ->
test = open('/a.txt', 'w')
test.write('Test - Test - Test')
test.close
When I execute this, I get in the Python IDLE the 'Errno 13' problem and below the 'Errno 13' it says that I don't have permission. Who know how to stay logged in as root, even if the user has not logged in or isn't this possible, if it isn't then I just want to get files moving, editing/erasing etc.
View 9 Replies
View Related
Sep 19, 2010
I am currently responsible for administering a shared Ubuntu machine with several unrelated users. Some of these users own multiple accounts and would like to "chown" files between them. Currently, I must handle such requests manually, and this is inconvenient.
I am looking for a way to allow non-root users to chown files with authentication (i.e. prompt for the password of the user to which ownership is being set to). This would prevent an exploit such as:
Quote:
cp /bin/bash ~/sudobash
chmod 4777 ~/sudobash
chown root:root ~/sudobash
Does such a solution exist?
View 2 Replies
View Related
Feb 22, 2010
Inspite of having 755 permissions on the chown command, it seems the command can be executed by the root only. I was under the impression that the 'x' permission for 'others' can give executable rights to the normal user too, which does not seem to be the case here. Just curious to know, if not the file perms itself, what controls the execution of the command?
View 6 Replies
View Related
May 30, 2010
I have a samba share that I mount locally at boot through fstab. The share is writable and if I access the share directly, say with konqueror and smb (smb://hostname/sharename) then I can do anything I want (create, write, delete, edit, files/directories). I have a mount point on my local machine
Code:
/shares/mp3
and I (username dtest) was unable to do anything except read files and create directories trying to do them to the local mountpoint except as root. I figured it would be a matter of
Code:
chown -R dtest /shares/mp3
but I was unable to do that even as root, I kept getting permission denied. When I did
Code:
ls -alt /shares/ it told me the owner was 1000 and the group was root. Dtest was already a member of the root group and I was able to
Code:
chmod -R 774
as root but I still couldn't do anything except read and create directories directly via the mountpoint. Ultimately I solved this by changing the uid of user dtest via kuser and then just chowning my home directory back to dtest. It seems like as root I should be able to change the owner of the directory. I know it's because this is a samba share, but it doesn't make any sense why root couldn't just chown it. Is there another way to change the owner of a directory, or is this set by the machine hosting the samba share?
View 3 Replies
View Related
Nov 3, 2010
I recently installed vsftpd on my server. I noticed that users on the machine can login into vsftpd with their username and password on the machine and go to their root dir "/home/username".Now, I want to give some people a vsftpd username and password so they can upload and download files and folders to their folder, but this folder has to be in the "/var/www/(username)" folder. I don't want them to be able to go to any other folder than their own folder like "/var", "/etc" or "/home" etc. Also I don't want them to be able to login on the machine as a user, through putty for example. They should only be allowed to acces their folder with vsftpd, nothing else.
View 1 Replies
View Related
Aug 7, 2010
Is it possible to view and edit db3 files in linux? OpenOffice does not do it and dbview says it can't read version 83. Just wondering. I am not really firm with databases, but i remember that i did view databases in linux.
View 3 Replies
View Related
Jun 11, 2011
I have some pdf files on a usb stick which I want to edit, Evince cannot do this, and if I try to open in Libre there is no option to import pdf there either. Is there an app. or plugin for libre to allow this
View 9 Replies
View Related
Feb 16, 2011
I have a fairly complicated request The short version is, I want to set up a system so that any user can change the ownership of a certain set of files at any time without root access. I think it's possible to set up sudoers to do that, but so far I have failed miserably.I have tried setting up a wrapper script around chown, then putting that script into sudoers, but it didn't work. Here's the script and sudoers (paths changed to genericize them):
Code:
#!/bin/bash
#this script moves a copy of the code
[code]....
View 4 Replies
View Related
Apr 25, 2010
Been using 11.2 for a couple of months now, mostly I've solved my own problems or read from some preexisting already solved problems on threads like these. But, I'm not even sure where to start with this one. I cannot login under my main username, the account is set to autologin, and I get the login screen instead. When I attempt to login I get a black screen for about a second then it bumps me back to the login screen, no error messages. I'm able to login under runlevel 3, but as soon as I try to "init 5" it bumps me out and back to the login screen.
Root account works fine, and I used it to create a secondary account from which I am posting from right now. The behavior started after the system put the display to sleep while I was watching a movie in VLC, I woke it up just as it turned completely black, it hung there and I was forced to hard reboot. Had the problem ever since (for several hours now, lol).
I use Gnome but I installed KDE to see if it would resolve my problem, but no dice.
View 7 Replies
View Related
Jul 23, 2010
I want to edit files while in runlevel three. I am trying to learn how to navigate my entire system via CL. Whenever I use gedit in runlevel three, is says, "cannot open display"
Is there a utility to edit files without X11 fired up?
View 5 Replies
View Related
Apr 15, 2011
on ubuntu server 10.10, how do you install/ use vim to edit files like setting a static ip address or folder permissions.
View 3 Replies
View Related
Jun 2, 2010
I know how to go through KDE settings to "hide" a user from the login screen but I want to know where KDM is getting this info from. I've installed OpenSUSE 11.2 x64, configured it the way I like, and now I would like to clone it. Problem is that I logged into my own account while testing FreeNX and now my username shows up on the login screen. I want to remove any information that I logged into this system with an account other than root. I've Googled many times and still have no idea. I currently have two local users, root and user. The rest of my users authenticate and login via LDAP. The name of my LDAP user account is now always displayed on the KDM login screen. I don't want to disable the user list either, I just want to remove my account from the list before I clone the machine.
View 7 Replies
View Related
Dec 2, 2009
I just moved from openSUSE 11.0 to 11.2.
While I like to new login screen (I was using a face based theme previously), I am stumped on how to control the order that the user names are presented.
As best I can tell, they are presented in the order who logs in most frequently. While that makes a certain amount of sense, I would like to be able to force the list to remain alphabetical.
Is there any way to control this, and if so, where?
View 6 Replies
View Related
Sep 8, 2010
It seems pam_ldap in 11.2 is not case insensitive anymore when it comes to checking usernames with uid from ldap.It is working fine on 11.1 though (both systems with latest updates up to now)(I didn't try 11.3 yet)On our ldap server (which is out of my control), the usernames are not unified, some are all in lowercase and some are capitalized, but on our Linux servers we have all usernames in lowercase.
Since our upgrade to 11.2, the users that their uid on ldap server does not match exactly to the username on Linux servers can not login anymore. Is there any option to change this behavior and force pam_ldap to be case-insensitive or convert uid/usernames to lowercase?
or all of a sudden pam_ldap decided to become case sensitive!?
View 1 Replies
View Related
Mar 24, 2010
I was able to convert a Real Estate Firm from using Microsoft OSS to OpenSuse 11.2.The Real estate agents in the firm are pleased and some are not but it's the cost of doing business and saving money.I am at a cross road or should I say I have come to a bump in the road. Most of the agents create their flyers and signs in Microsoft Publisher, I tried Open Office 3.X and I'm unable to open or edit the files in question.Do have any suggestions or could you point me in the direction of a solid solution that will help me either convert the files or a program that can be used with-in OpenSuse 11.2 that can edit the files
View 9 Replies
View Related
Sep 2, 2010
I cannot seem to find where the conf files for NetworkManager are stored in suse 11.3. I want to manually edit my IP address without using the gui.
View 5 Replies
View Related
Feb 1, 2010
I had been copying "vmkd" files all of which are very large (11gig) each and later deleted them and it appears some I had deleted using "root" I reached a point when it couldn't do it and it said it couldn't because trash bin was full. Sure enough I found my root partition (20gigs) was full. I went root and emptied its trash bin which freed up about (4gigs) of space. I just set up a new system (11.2) on another drive and have setup it up with exactly the same programs as the system I'm having a problem with and the new systems root partition only has (6gigs) in the root partition. Question; how do I clean out my problem root partition?
View 6 Replies
View Related
Feb 2, 2010
I recently changed my username but now the Home button (under Computer Tag) on Kirchoff men is linking old user, how can I change it?
View 1 Replies
View Related
Dec 1, 2010
I just dual booted Open SUSE on my computer, and am pretty happy with it. But, in order to use my wireless card for it, I need to install a driver. The wireless card is a Realtek 8191 SE. I've downloaded a driver, but I have no idea how to configure it. I've tried pasting the files into /lib/firmware, but it won't allow me to edit or paste any files into the folder.
View 3 Replies
View Related
Mar 22, 2011
I just burned the iso of openSUSe 11.4 onto a dvd, and I make it through all of the installation. At the end it reboots the computer and starts in the kernel/command line or whatever you call it. I think it's kernel. Anyway, it asks for my username and password and then it says like "have fun.." () or something and then just has like my directory or whatever waiting for commands. Is there some command to start up the OS?
View 9 Replies
View Related
Feb 6, 2010
I've got a bit of an issue here. I'm running OpenSUSE 11.1 with an old Windows XP drive slaved on the secondary cable. Works just find, as long as I sudo mount it (sudo mount /dev/sdb1 /windows/C) and I can access everything I have on the drive; this is not the issue. The issue is that I have another drive that I want to sync up. Eh, this needs to be a bit clearer.
When I have /windows/C mounted, it shows a padlock on the C drive, but not windows folder. (/windows/C). I have a dedicated entry in / to allow windows to work. I have maybe 25 folders in my Music folder that I want to sync to my /C drive, as I plan to re-install Suse on a bigger drive, and don't want to lose this music.
Upon su *password* into root, I can ls -l and I get
Code:
ls -l
total 32
drwxr-xr-x 26 root root 32768 1969-12-31 17:00 C
[Code].....
The reason I want to get this stuff transfered over is because I'm running out of room on my smaller drive and I figure I may as well utilize a 200GB HDD for something besides a paperweight. I know this drive will work, but I don't want to lose my current data that exists on my smaller drive. (I think my current drive is a 40? Not completely sure right now)
View 3 Replies
View Related
Jan 5, 2011
Okay, so, when I try to log in, it says it cant log me out because "Power Manager" is running, so i click log out anyway, then, once it's logged in it says "root" in the top right corner instead of my name. And, it's logged into the root account, and it's irritating me because to get to my documents and stuff, i have to navigate to /home/[my name]/documents instead of just clicking documents in the corner. Does anybody know how to solve this?
View 5 Replies
View Related
Jan 12, 2010
How come I can log in under my username using root password? Where can I fix this? I am running Fedora 10.
View 5 Replies
View Related