Hi,
Look for the file "fstab" in the /etc folder and open it with your favorite
text-editor.
Now look for a line like:
/dev/hda8 /mnt/vfat vfat defaults 0 0
and change it to:
/dev/hda8 /mnt/vfat vfat defaults,umask=000 0 0
This will give read/write/execute permision to all users, which is ok
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 4 Jun 2003 15:03:10 +0100, Kevin Passey wrote:
> Can anybody help me here.
>
> I have corrupted various permissions on a couple of directories - is there a
> way to re-set them to the installed status.
>
> I am having problems with amanda an
Rick Johnson wrote:
On 6/4/2003 7:03 AM, Kevin Passey wrote:
Can anybody help me here.
I have corrupted various permissions on a couple of directories - is
there a
way to re-set them to the installed status.
I am having problems with amanda and firestarter
Thanks
Kevin Passey
rpm can help y
On Wed, 2003-06-04 at 09:03, Kevin Passey wrote:
> Can anybody help me here.
>
> I have corrupted various permissions on a couple of directories - is there a
> way to re-set them to the installed status.
>
> I am having problems with amanda and firestarter
>
> Thanks
>
> Kevin Passey
>
Assumi
Do you are using acl's with the filesystem? ("getfacl" and "setfacl"
commands to setup the Access Control Lists)
And what are the problems with amanda and firestarter?
On Wed, 2003-06-04 at 13:32, Rick Johnson wrote:
> On 6/4/2003 7:03 AM, Kevin Passey wrote:
>
> > Can anybody help me here.
This error has generated when I tryed to make:
chmod 777 -R extendida
chmod: changing permissions of `extendida' (requested: 0777, actual:
0755): Operação não permitida
-
Em Qua, 2003-06-04 às 10:13, Simon Tischer escreveu:
> first mount it, then change the permissions.
>
> us
On 6/4/2003 7:03 AM, Kevin Passey wrote:
Can anybody help me here.
I have corrupted various permissions on a couple of directories - is there a
way to re-set them to the installed status.
I am having problems with amanda and firestarter
Thanks
Kevin Passey
rpm can help you out here. rpm -V i
first mount it, then change the permissions.
use the -R option to change all permission recursive
On Wednesday 04 June 2003 15:11, Ronaldo Rezende Vilela Luiz wrote:
> Hi,
> I have a partition of my old linux install mounted in the
> /mnt/conectiva. The directory /mnt/conectiva has the 777 permi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 19-Sep-2002/09:18 -0500, Steve Buehler <[EMAIL PROTECTED]> wrote:
>Change ownership of all files in a directory that are owned by a specific
>user, leaving files that are not owned by that user alone. It needs to
>start in that directory and go th
On Thu, 19 Sep 2002, Steve Buehler wrote:
> Thank You for the reply. It never hurts to keep learning.
>
> Steve
>
> At 11:24 AM 9/19/2002 -0400, you wrote:
> >the {} is a placeholder for the pathname of each file found
> >
> >for some reason, commands need to be ended with an escaped semicolon
Thank You for the reply. It never hurts to keep learning.
Steve
At 11:24 AM 9/19/2002 -0400, you wrote:
>the {} is a placeholder for the pathname of each file found
>
>for some reason, commands need to be ended with an escaped semicolon...
>
>kristina
>
>On Thu, Sep 19, 2002 at 10:10:45AM -0500
the {} is a placeholder for the pathname of each file found
for some reason, commands need to be ended with an escaped semicolon...
kristina
On Thu, Sep 19, 2002 at 10:10:45AM -0500, Steve Buehler wrote:
- Ok. I found another way of doing it. Since chown does not appear to work
- the way the
By the way, I have tried the following command that "chown --help" says to
do but it doesn't seem to do anything:
chown -R --from=ryukyu:settlers skb.skb *
and
chown -R --from=ryukyu.settlers skb.skb *
Thank You
Steve
At 09:18 AM 9/19/2002 -0500, you wrote:
> I can't figure something ou
On Jue 27 Jun 2002 09:29, Tyler Durdin wrote:
> 2 questions. First, how do I change permissions on a file to make it
> writable by everone? Second, how do i chage permission on a file to have it
> writeable only by me (or root user)? Thanks.
ls -l and see who is the user and group of the file. Th
On Thu, Jun 27, 2002 at 12:29:56PM +, Tyler Durdin wrote:
>
> 2 questions. First, how do I change permissions on a file to make it
> writable by everone? Second, how do i chage permission on a file to have it
> writeable only by me (or root user)? Thanks.
If you run the command "ls -l file
On Thu, 27 Jun 2002, Tyler Durdin wrote:
>
> 2 questions. First, how do I change permissions on a file to make it
> writable by everone? Second, how do i chage permission on a file to have it
> writeable only by me (or root user)? Thanks.
>
for everyone
chmod 777
for everyone
chmod 700
for everyone: chmod 666
for just you: chmod 644
Do a man on chmod to find out more possibilities.
- Linh -
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tyler Durdin
Sent: Thursday, June 27, 2002 8:30 AM
To: [EMAIL PROTECTED]
Subject: permissions
Ted Gervais wrote:
>I am wondering about something here. When logged in to my system as myself
>(ve1drg), and I try and run a certain command I see the following:
>
>[ve1drg@mach3 ve1drg]$ listen -acrt
>socket: Operation not permitted
>
>
>How can I get that command to work when logged in as a
I would like to set the date/time display to local time not UTC (i.e. date Wed May 1
09:56:41 UTC 2002). How do I do that? I have looked at the config files,
/sysconfig/clock, timezone and have tried hwclock.
thanks
___
Redhat-list mailing lis
On 16:47 13 Apr 2002, Caleb Chaplin <[EMAIL PROTECTED]> wrote:
| IIRC the files on a vfat filesystem are owned by the user
| > who mounted the filesystem.
|
| Ok then, so having an entry in /etc/fstab for the relevant partition with an
| entry like "gid=503" (for example) would have zero effect
check mount(8), i believe you will find a way to specify what user owns
all the vfat partition files at mount time. the ownership and permissions
you expect are not available inside vfat..
"Caleb Chaplin" <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> Please excuse me if this has been asked plen
I would think fstab would have presidence, but I really don't know
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Caleb Chaplin
> Sent: Saturday, April 13, 2002 3:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: permissions and
IIRC the files on a vfat filesystem are owned by the user
> who mounted the filesystem.
>
Ok then, so having an entry in /etc/fstab for the relevant partition with an
entry like "gid=503" (for example) would have zero effect? I suppose I could
get around that by creating a partition for the u
I wrote:
| The problem is that VFAT doesn't have any concept of ownership or
| permissions. Therefore you get to make some of to apply to the whole
| partition, what take effect at mount time. So you can have the whole
| patition owned by whoever you like, with whatever permissions, but you
| can
I don't believe what you are trying to do is possible as you are correct
that vfat does not support file permissions in the same manner as native
linux partitions. IIRC the files on a vfat filesystem are owned by the user
who mounted the filesystem.
Chad
> Hi everyone,
>
> Please excuse me if th
On 16:15 13 Apr 2002, Caleb Chaplin <[EMAIL PROTECTED]> wrote:
| Please excuse me if this has been asked plenty times before, but I'm having
| trouble establishing read/write/exec permissions of a directory on a vfat
| partition and nothing I try seems to work. Namely, variations on chown and
Ahhh yes.. I completely forgot about this. I've messed around with rsync long ago.
It worked reliably and supported ssh.
Shouldn't be all that tough to install rsync on the remote system if they don't
already have it. I'd recommend it.
Frank
Cameron Simpson wrote:
>>On 10:33 04 Mar 200
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Cameron Simpson wrote:
>On 10:33 04 Mar 2002, Frank Carreiro <[EMAIL PROTECTED]> wrote:
>| >ncftp IS ftp. Comparing it to scp doesn't make sense.
>| >Why not use sftp instead? You are not required to input the path and
>| >it's very mu
On 10:33 04 Mar 2002, Frank Carreiro <[EMAIL PROTECTED]> wrote:
| >ncftp IS ftp. Comparing it to scp doesn't make sense.
| >Why not use sftp instead? You are not required to input the path and
| >it's very much like what you are doing now.
| >>>
| >>>Except that, as far as I can te
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frank Carreiro wrote:
>I'll have to check out ncftp. I heard it was a good product. Just
>didn't realize how good :-)
It's good software, and so is the ncftpd server. Unfortunately, the
latter isn't open source, but it's free for personal use.
Hmmm... Just tried it with sftp and no can do.
Returns an error stating that it cannot download/upload a directory.
Only thing then would be to tar/gzip then sftp the file or scp with the
-r option.
I'll have to check out ncftp. I heard it was a good product. Just
didn't realize how good :-
On Mon, 4 Mar 2002, Frank Carreiro wrote:
> Does ncftp do directories? I was unaware of any ftp product with this
> ability. If you could I would simply tar/gzip it then sftp the file(s)
> across.
if by this, do you mean, does it work recursively, yup.
ncftp> get -r
rday
__
>
>
>* and then David Talkington declared
>
>>> Frank Carreiro wrote:
>>>
>>
>ncftp IS ftp. Comparing it to scp doesn't make sense.
>
>Why not use sftp instead? You are not required to input the path and
>it's very much like what you are doing now.
>>>
>>>
>>> Except
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then David Talkington declared
> Frank Carreiro wrote:
>
> >ncftp IS ftp. Comparing it to scp doesn't make sense.
> >
> >Why not use sftp instead? You are not required to input the path and
> >it's very much like what you are doing now.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frank Carreiro wrote:
>ncftp IS ftp. Comparing it to scp doesn't make sense.
>
>Why not use sftp instead? You are not required to input the path and
>it's very much like what you are doing now.
Except that, as far as I can tell, sftp doesn't do
ncftp IS ftp. Comparing it to scp doesn't make sense.
Why not use sftp instead? You are not required to input the path and
it's very much like what you are doing now. I like openssh personally.
I believe it comes with RedHat 7.x
Frank
>
>Hmmm... good question, perhaps cumbersome is a bad
On Sat, 2002-03-02 at 12:15, Nick Wilson wrote:
> * and then Gordon Messmer declared
> > > My problem is that ssh and scp seem so cumbersome. Is there a ssh
> > > equivalent to ncftp I might try?
> >
> > Cumbersome in what way? I've always found them to be much easier to use
> > than the old
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Gordon Messmer declared
> > My problem is that ssh and scp seem so cumbersome. Is there a ssh
> > equivalent to ncftp I might try?
>
> Cumbersome in what way? I've always found them to be much easier to use
> than the older telnet/ft
On Fri, 2002-03-01 at 00:53, Nick Wilson wrote:
>
> * and then Gordon Messmer declared
> > As others have suggested, ftp probably isn't the best transfer method in
> > terms of security... or anything else for that matter.
> >
> > Think of "root" as "the big hammer". Its use should be reserv
nt: Friday, March 01, 2002 3:54 AM
To: [EMAIL PROTECTED]
Subject: Re: permissions and security
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Gordon Messmer declared
> As others have suggested, ftp probably isn't the best transfer method in
> terms of security... o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nick Wilson wrote:
>My problem is that ssh and scp seem so cumbersome. Is there a ssh
>equivalent to ncftp I might try?
sftp?
- -d
- --
David Talkington
PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Paul Hamm declared
> Oh and please tell me you are not running the local machine as root <
> Very bad thing to do. Use sudo instead much better idea.
Of course not, I'm no Linux guru but I'm not a complete twonk (despite
what my
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* and then Gordon Messmer declared
> As others have suggested, ftp probably isn't the best transfer method in
> terms of security... or anything else for that matter.
>
> Think of "root" as "the big hammer". Its use should be reserved for
> sit
--- Reply to a message ---
By: ashley thomas
->: a Mail
:>: RE: permissions and security
>
please disable html
--
Benny Pedersen http://xpoint.ldnet.dk/ icq:36248146
...Boycott Jane Fonda.
(everyone hates Jane Fonda, d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gordon Messmer wrote:
>On Thu, 2002-02-28 at 14:06, ashley thomas wrote:
>
>>Oh and please tell me you are not running the local machine as root
><
>>Very bad thing to do. Use sudo instead much better idea.
>
>i have heard this a lot of times
On Thu, 2002-02-28 at 14:06, ashley thomas wrote:
>Oh and please tell me you are not running the local machine as root
<
>Very bad thing to do. Use sudo instead much better idea.
i have heard this a lot of times ...how is it different ? could you
pls explain it to me ?
Logging in and ac
On Thu, 2002-02-28 at 08:35, Nick Wilson wrote:
> Hi all,
> someone told me it was a *very* bad idea to have passwords sitting in
> text files on my machine.
It can be, but it's usually better than having the resource which would
otherwise require a password left unprotected.
For example, I use
! html mail is evil. Remember there are people that don't use a graphical mail
client :)
--
Matthew Baxa <[EMAIL PROTECTED]>
http://www.cis.ksu.edu/~mbb1810/
Student Systems Administrator
Kansas State University-High Energy Physics Group
http://www.phys.ksu.edu/hep/
midifications - Calvin
Ashley Thomas, N.C.S.U
>From: Paul Hamm <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: permissions and security
>Date: Thu, 28 Feb 2002 12:09:20 -0500
>
&
Better ways to do this. One is to create identical users on both machines
with the same password and then run your scripts with that ID, I did this
myself for downloads from a partner. Better still use ssh with RSA
authentication between the machines, all traffic is encrypted.
Oh and please tel
On Thu, Feb 28, 2002 at 05:35:57PM +0100, Nick Wilson wrote:
> someone told me it was a *very* bad idea to have passwords sitting in
> text files on my machine.
They were right!
> Okay, I can see that, I'm the root user though and I'd like to have a
> little script to connect via ncftp to my rem
see this works ok for file permissions. the man for
chmod clearly says it is for chamging permissions to
files. WHAT ABOUT DIRECTORY ??
i have been trying to change for /home directory and
it just does not work. the /home directory presently
has permissions read and execute for all. i want to
give
On Tue, 3 Apr 2001, Tally Jones wrote:
> i created a user with adduser and made a directory for
> him under /home.
>
> but only the root has write permissions to his
> directory. HOW can i change his directory permissions.
> i have tried with chmod but it just won;t chamge its
> permissions. prob
On Tue, Apr 03, 2001 at 04:00:45AM -0700, Tally Jones <[EMAIL PROTECTED]> wrote:
| i created a user with adduser and made a directory for
| him under /home.
| but only the root has write permissions to his
| directory. HOW can i change his directory permissions.
| i have tried with chmod but it ju
Firstly,try man chmod.
What command options did you use with chmod?
Make it 755 which is all permissions to owner,read & execute to group
and same as group to others.
Vineeta
Tally Jones wrote:
> i created a user with adduser and made a directory for
> him under /home.
>
> but only the root h
Fernando Rowies wrote:
>
> Logged as a regular user, trying to compile the file test.cpp I receive
> the following error msg:
>
> $ g++ test.cpp
> /usr/bin/ld: cannot open output file a.out: Permission denied
> collect2: ld returned 1 exit status
>
> However if I compile as root it's ok.
> How
Sam,
Thanks. That solved the permissions problem. However, I was then getting
grumblings about being read only, not being able to see the files in
Midnight Commander. On a hunch, I eliminated the uid and gid options
and changed the rw option to w. The subject line in fstab now looks
like this
You need the option user.
"John P. Verel" wrote:
>
> I am unable to mount my vfat partition from my user account. My fstab
> follows. I also tried it with the user option set for vfat. I get a
> message saying, "mount...only root can do that". I have no trouble
> mounting floppy of cd from
On Thu, Mar 16, 2000 at 09:13:52AM +0100, Gustav Schaffter wrote:
| Danny wrote:
| > chown -R username:groupname /some/directory/
| > Instead of using username.group you should use username:groupname which is a
| > much better way of doing it.
| What's the advantage?
Well...
When BSD chown came
Danny,
Danny wrote:
> chown -R username:groupname /some/directory/
>
> Instead of using username.group you should use username:groupname which is a
> much better way of doing it.
What's the advantage?
Regards
Gustav
--
pgp = Pretty Good Privacy. To get my public pgp key, send an e-mail t
To do that issue the following commands : -
chmod -R 755 /some/directory/
and the chown command
chown -R username:groupname /some/directory/
Instead of using username.group you should use username:groupname which is a
much better way of doing it.
On Thu, 16 Mar 2000, [EMAIL PROTECTED] wrote
On Wed, Mar 15, 2000 at 10:31:29AM -0800, [EMAIL PROTECTED] wrote:
| Ok, brain-fart, I was trying-rnot -R
Yah, an annoyance. Most commands want -r for recursion, but that is
already in use for the symbolic mode to chmod. Ah well...
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]
chmod -R
chown -R http://www.peoplepublish.com
Free Market Publishing, enabled by the Internet
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 15, 2000 11:22 AM
Subject: Permissions Question
> How do you change the permissions of a director
Ok, brain-fart, I was trying-rnot -R
Thanks,
Kirk
>At 11:28 AM 3/15/00 -0700, you wrote:
>chmod -R
>chown -R
>Usual reminder applies.
>
>Brad 'GreyBear' Davis - CTO, PeoplePublish, Inc.
>
>On the web at http://www.peoplepublish.com
>
On Wed, 15 Mar 2000, [EMAIL PROTECTED] wrote:
=>Date: Wed, 15 Mar 2000 10:22:34 -0800
=>From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
=>Reply-To: [EMAIL PROTECTED]
=>To: [EMAIL PROTECTED]
=>Subject: Permissions Question
=>Resent-Date: 15 Mar 2000 18:24:31 -
=>Resent-From: [EMAIL PROTECTED]
=>
On Tue, Nov 30, 1999 at 10:13:10PM +0800, Ahkoshy@localhost wrote:
> I'm using RH6.1 & have noticed something strange
> Supposed I have root login on first vterminal
> -rw-r--r-- 1 root sys 14, 4 Apr 18 1999 /dev/audio
> -rw-r--r-- 1 root sys 14, 1 Apr 18 1999 /d
you might want to look into chroot also...
Edmund wrote:
> I don't allow shell access but I do allow FTP. I set up guestgroup in the
> /etc/ftpaccess to make it so that the user's home directory is their root. In other
> words, they can't go FTP above their own directory in the /home/~ directo
Rob Napier wrote:
>
> But unfortunately does not address our desire to give our users
> password-protected web pages that aren't readable by every other user
> on the system. Since I personally use this feature (I have password
> protected pages that are for me and my friends and aren't the busin
Anthony Baratta wrote:
> Rob Napier wrote:
> >
> > But unfortunately does not address our desire to give our users
> > password-protected web pages that aren't readable by every other user
> > on the system. Since I personally use this feature (I have password
> > protected pages that are for me
Rob Napier wrote:
>
> But unfortunately does not address our desire to give our users
> password-protected web pages that aren't readable by every other user
> on the system. Since I personally use this feature (I have password
> protected pages that are for me and my friends and aren't the busin
L PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, November 04, 1999 2:49 PM
> Subject: Re: Permissions to allow public_html and nothing else
>
>
> > > > > I am currently in a similar situation. Apache requires that the
> user's
> &
7;t crush that dwarf, hand
me the pliers!'
- Original Message -
From: Sam Bayne <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 1999 2:49 PM
Subject: Re: Permissions to allow public_html and nothing else
> > > > I am currently in a s
> > > I am currently in a similar situation. Apache requires that the user's
> > > home directory be world executable and the public_html directory be
> > > world readable. In my application, however, this is unacceptable,
> > > since the user may have private files in his public_html directory
>
Nope. We have well over 2000 shell-account users. I think we'd see a
lynch mob if we turned it off now (I'd be at the front of the line as
a heavy user of my shell account :)
Rob
On Sun, Nov 21, 1999 at 10:16:46AM -0800, Edmund wrote:
> I don't allow shell access but I do allow FTP. I set up gu
I don't allow shell access but I do allow FTP. I set up guestgroup in the
/etc/ftpaccess to make it so that the user's home directory is their root. In other
words, they can't go FTP above their own directory in the /home/~ directory. I then
also set up the /etc/security/access.conf file to not
On Tue, Nov 02, 1999 at 02:18:40AM +0100, Anthony E. Greene wrote:
> Peter Kiem wrote:
> > >Other users can still see the directory information for files in the $HOME
> > >directory if they already know the filename. I created a directory for my
> > >users that has permissions drwx-- so that o
76 matches
Mail list logo