Sponsored Content
Operating Systems Linux Ubuntu Help, I created a permissions disaster with chown Post 302523026 by alterego55 on Tuesday 17th of May 2011 02:04:51 PM
Old 05-17-2011
Thanks Jim, let me provide more info.

Before I tried any of this, I added myself to the root group.

sudo gpasswd -a me root

That didn't work, and now I think I know why, group permissions probably didn't have the access level I needed.

I didn't create a tar backup. I used the following:
sudo cp -r mysite mysite.bak

When I checked the mysite.bak folder it retained the root root user/group so I thought I was good. Obviously not.

I really don't know how to run the Gnome instance as root. AWS uses digital signatures with private keys and I can't log in using any other name.

I'll try tinking around a bit as you suggested because I will learn a bit more, but then I'll probably revert to a backup snapshot from two days ago.

Thanks for your help. I learned from you I need to create a tar backup in any future similar scenarios. Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

new directory - how to force files created in it to inherit grp,own and permissions

Hi, I'm new to unix -solaris. I've just upgraded a third party software product and am testing it to see if new files created in a test database directory were being created properly and they aren't. They're owned by the user that created the file, instead of poppa and the group of their files... (2 Replies)
Discussion started by: avisb
2 Replies

2. Cybersecurity

Please Tell Me About Disaster Recovery

please tell me if this thinkin is correct, if not, please corret me: disaster recovery means when something bad happens and you need to retrieved a backed up file, all you have to do is cd into the tape drive and then look for the file you want and extract it from the drive. is this... (3 Replies)
Discussion started by: TRUEST
3 Replies

3. UNIX for Dummies Questions & Answers

chown and permissions

how i could give to user permission(delete,execute and so on) and ownership to files? Thanks (1 Reply)
Discussion started by: ithost
1 Replies

4. UNIX for Advanced & Expert Users

Disaster Recovery

Can anyone tell me of what to expect? I've been nominated to join a team of unix admins to do a DR testing. we already have the guys who are gono be doing the restores. besides the restore, anybody know what else to look forward to?? (2 Replies)
Discussion started by: TRUEST
2 Replies

5. Solaris

Disaster Recovery

Recovering Solaris to an alternate server I was just wondering if anyone could give me some points on restoring a Solaris 9 backup to an alternate server. Basically, we use netbackup 6 and I was wondering what the best procedures are for doing this? What things do we need to take into... (3 Replies)
Discussion started by: aaron2k
3 Replies

6. UNIX for Dummies Questions & Answers

Newly created files default group and write permissions

Whenever I create a new file the group name is "dnn" and the file permissions are "-rw-r--r--". How do I get it so when I create files (with vi or other programs) that the default group is "sss" and the permissions are 770? (I am running HP-UNIX) Thanks, GoldFish (2 Replies)
Discussion started by: goldfish
2 Replies

7. UNIX for Advanced & Expert Users

files created with different permissions

Hi, Within a SQL file i am calling 5 shell scripts in back ground and redirecting their outputs to different log files in a specific directory. Now when I observed is, the log files are created with different permissions even though i did not do any thing specific. For example in... (2 Replies)
Discussion started by: steria_learner
2 Replies

8. UNIX for Dummies Questions & Answers

Creating a File system with required permissions for all DIR's created in

Hello All, I am application admin. I need to clear all the temporary files cleared by the applications. I need help/suggestion that is there any way to create a file system such that every Dir created in by any user will have 775 permissions. So, that i can simply clear the temporary file which... (6 Replies)
Discussion started by: firestar
6 Replies

9. Shell Programming and Scripting

Changing file permissions of a file created by another user

Hi, I have used expdp for datapump. The .dmp file is created by the "oracle" user. my requirement is to make a zipped file of this .dmp file. What i am trying to do is change the permissions of this .dmp file from 0640 to 0644 and then do a gzip and zip it. Is there any way i can change... (3 Replies)
Discussion started by: qwertyu
3 Replies

10. Red Hat

Set permissions for new files created by application

Hello All, I have an application that creates the log files and they created with 600 permissions instead of 644(default). How can I set the permissions so that files can be created with 644. I looked into the /etc/profile for the umask settings and it is set 002(if UID>199). And when I type... (5 Replies)
Discussion started by: s_linux
5 Replies
CLOUDSERVERS(1) 						   User Commands						   CLOUDSERVERS(1)

NAME
cloudservers - Command-line interface to the Cloud Servers API. SYNOPSIS
cloudservers [ --username USERNAME ] [ --apikey APIKEY ] <subcommand> DESCRIPTION
cloudservers is a command line interface to the Rackspace Cloud Servers API. COMMAND OVERVIEW
cloudservers backup-schedule Show or edit the backup schedule for a server. cloudservers backup-schedule-delete Delete the backup schedule for a server. cloudservers boot Boot a new server. cloudservers delete Immediately shut down and delete a server. cloudservers flavor-list Print a list of available 'flavors' (sizes of servers). cloudservers help Display help about this program or one of its subcommands. cloudservers image-create Create a new image by taking a snapshot of a running server. cloudservers image-delete Delete an image. cloudservers image-list Print a list of available images to boot from. cloudservers ip-share Share an IP address from the given IP group onto a server. cloudservers ip-unshare Stop sharing an given address with a server. cloudservers ipgroup-create Create a new IP group. cloudservers ipgroup-delete Delete an IP group. cloudservers ipgroup-list Show IP groups. cloudservers ipgroup-show Show details about a particular IP group. cloudservers list List active servers. cloudservers reboot Reboot a server. cloudservers rebuild Shutdown, re-image, and re-boot a server. cloudservers rename Rename a server. cloudservers resize Resize a server. cloudservers resize-confirm Confirm a previous resize. cloudservers resize-revert Revert a previous resize (and return to the previous VM). cloudservers root-password Change the root password for a server. cloudservers show Show details about the given server. Optional arguments: --username USERNAME Defaults to env[CLOUD_SERVERS_USERNAME]. --apikey APIKEY Defaults to env[CLOUD_SERVERS_API_KEY]. See "cloudservers help COMMAND" for help on a specific command. cloudservers March 2010 CLOUDSERVERS(1)
All times are GMT -4. The time now is 09:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy