|
02-04-2009, 03:28 PM | #1 |
I'm nuts for the place
|
Need linux help
Running Ubuntu Server, Gnome desktop. LAMP running. I have a file I need to copy to /var/www/ Will not let me. Most prolly a permissions issue. I am the owner of the .trz so I'm thinking the www folder is the issue. I can't change any of the permission settings of www as I'm not the owner. Help? TIA.
PS - I hate open source and Linux...... rant over
__________________
Curing the infection... One bullet at a time. |
02-04-2009, 03:33 PM | #2 |
That's a Corgi
|
Re: Need linux help
Are you able to take ownership of the folder first? MS guy over here, just throwing some ideas at you...
__________________
Port Wine & Claret | British Cars | Welsh Corgi's |
02-04-2009, 03:35 PM | #3 | |
Amante dei cigari Cubani
|
Re: Need linux help
Quote:
Can't you switch over to Root user and change the permissions on the folder? This is assuming your the admin of the box, which your not? |
|
02-04-2009, 03:37 PM | #4 | |
Bunion
|
Re: Need linux help
Quote:
The owner of the location you want to copy to has to either A) do the copy for you; or B) give you permissions to do it yourself. In any event, you need to contact the owner of the space, which is probably the sysadmin or owner for the machine itself.
__________________
I refuse to belong to any organization that would have me as a member. ~ Groucho Marx |
|
02-04-2009, 03:52 PM | #5 |
Cigarologist
|
Re: Need linux help
cd to the directory that www resides and do an "ls -lart" and see who owns the folder...probably root. you can "su -" to root if you have the password and move the folder over, or you could chmod the file so that root is the owner, or you could chmod the folder so that you own it...there are many different ways.
__________________
Your silly little opinion has been noted! |
02-04-2009, 03:57 PM | #6 | |
YNWA
|
Re: Need linux help
Quote:
__________________
Be more concerned with your character than your reputation, because your character is what you really are, while your reputation is merely what others think you are. -John Wooden |
|
02-04-2009, 06:15 PM | #11 | |
I'm nuts for the place
|
Re: Need linux help
Quote:
To the others, I'll try to CLI this crap. This is so 1984, DOS v3.3 has come and gone and I have no desire to go back. The 21st century has arrived. In, seriousness though, thanks for the input. I'll try the sudo stuff and either change the permissions on the folder or the file it's self. I guess the GUI doesn't allow for it. Even the windows gui allows the option to "run as".....
__________________
Curing the infection... One bullet at a time. |
|
02-04-2009, 06:23 PM | #13 |
Cigarologist
|
Re: Need linux help
I hate GUI's!
you have SOOOO much more control with the CLI, if you know what your doing and know the CLI you can get things done SOOO much faster. Then if your repeating the steps in the future...write a script. The only servers we have at work with GUI's are ......*shudder* Windows servers *ack*
__________________
Your silly little opinion has been noted! |
02-04-2009, 06:25 PM | #14 |
I'm nuts for the place
|
Re: Need linux help
Beauty is in the eye of the beholder. CLI simple and ineffcient for simple minds. But, YMMV.
__________________
Curing the infection... One bullet at a time. |
02-04-2009, 06:25 PM | #15 | |
Cigarologist
|
Re: Need linux help
Quote:
__________________
Your silly little opinion has been noted! |
|
02-04-2009, 06:27 PM | #16 |
Crotchety Geezer
|
Re: Need linux help
Exactly - you can do things so much faster and easier from the CL if you know what you're doing. I even still use the CL in XP when I want to do some things fast. Still use xcopy for backups. Seriously, beats the crap out of GUI bloatware.
__________________
How can you have any pudding if you don't eat your meat? |
02-04-2009, 06:29 PM | #17 |
I'm nuts for the place
|
Re: Need linux help
My account is an "admin" account I guess. I use sudo when CLI for extra access. Root owns the WWW folder - I own teh file.
__________________
Curing the infection... One bullet at a time. |
02-04-2009, 06:52 PM | #18 |
I'm nuts for the place
|
Re: Need linux help
You know goalie - your an ass. Thankfully I was smart enough to lookup the command prior to using it and wrecking a server at my office. I'll thank you not to resond to any of my posts.
__________________
Curing the infection... One bullet at a time. |
02-04-2009, 07:13 PM | #20 |
Have My Own Room
|
Re: Need linux help
|