Sponsored Content
Full Discussion: chmod
Top Forums UNIX for Dummies Questions & Answers chmod Post 23453 by peter.herlihy on Monday 24th of June 2002 04:51:30 AM
Old 06-24-2002
chmod works the same within a script as it does from the command line. You have two options..you can either have the permissions changed before the file is ftp'd across (so that your users is able to access).....or you can change the permissions once they arrive on your server....but to do this you'd need to be the user that transferred them...or root.

If you can be root...... then you can do this from the command line with 'chmod 666 filename' (or instead of the filename user '*' for all files at that location - careful with this one)- will grant read and write access to these...you might want to look at chown as well....but you'll have to look that one up for yourself. Can't give you all the answers!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

CHMOD Help!!

Ok, listen.........I was using FTP Works to remove and add some files to a domain server. I messed with chmod button and made it so that no-one could access or their browsers could execute files and 2 or three certain directories. If anyone knows how to use this command and will give me a heads up... (2 Replies)
Discussion started by: jarrell
2 Replies

2. UNIX for Dummies Questions & Answers

Chmod Help!

Here is the deal, I am good with html and java and am creating a website for my brother. On this site he has chosen to use a ikonboard.com discussion board. I have done everything I can to pull it off, but no can do. Here is the problem: The site is being created using the angelfire... (12 Replies)
Discussion started by: xwfprez
12 Replies

3. UNIX for Dummies Questions & Answers

chmod...

Hey everyone, I was wondering if there was a quicker way to chmod a lot of files than doing what im currently doing. At the moment, im doing chmod 777 *filename* - but I have a lot of files, sub-directories, sub-files etc etc. And at the moment I see I have to chmod every single file... (3 Replies)
Discussion started by: mo0ness
3 Replies

4. UNIX for Dummies Questions & Answers

CHMOD query

Hi peeps, I'm new here, so I hope I'm posting in the right place... If I'm in a particular directory and I run the command 'CHMOD * 777' (or the other way around- I can't remember), am I right in saying it will only change the permissions of all the immediate files and directories and not... (1 Reply)
Discussion started by: jsp_1983
1 Replies

5. UNIX for Dummies Questions & Answers

CHMOD Question

I've always been fascinated by permissions and I have a question. Since the shell isn't a "virtual environment" (like say a web forum, where permissions can be enforced with absolute confidence), what's actually keeping an unauthorized user from viewing a CHMODed file? The read/write routines? Why... (1 Reply)
Discussion started by: froth
1 Replies

6. UNIX for Dummies Questions & Answers

CHMOD problems... Help!

Hey. I was playing somethink with chmods, and then i did chmod -R 755 / :eek: so linux but with errors and sshd not working .... Can some one give me proper chmods or better script that will do it. pls help fast (7 Replies)
Discussion started by: net555
7 Replies

7. Shell Programming and Scripting

help with chmod (files only)

hello, i want to chmod 444 all files in a directory, files in subdirs cannot be chmoded same goes for the subdirs themself. So using: chmod -R 444 /dir/ won't work because it will chmod the directorys and files (together with files in subdirectorys) I figured out how to chmod files... (1 Reply)
Discussion started by: TehOne
1 Replies

8. UNIX for Advanced & Expert Users

chmod question

I have two files,like follows: $ls -l foo bar -rw------- bar -rw-rw-rw- foo Then I execute follow code: chmod("foo",(statbuf.st_mode & ~S_IXGRP) | S_ISGID) chmod("bar",S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) Then I view the result $ls -l foo bar -rw-r--r-- bar... (1 Reply)
Discussion started by: konvalo
1 Replies

9. UNIX and Linux Applications

What is the difference between chmod in solaris and chmod in Linux?

i think it is the same in both... Iam i right? (1 Reply)
Discussion started by: sumaiya
1 Replies

10. UNIX for Dummies Questions & Answers

chmod

Hi I tried to use chmod in unix to change my file's permission. chmod 701 hello.cgi And it did change my desired file's permission. Yet, the name of the file is changed to hello.cgi* . And therefore I cannot compile it after that. So, I just wondering why there is an extra '*' in the file's... (2 Replies)
Discussion started by: alvin8906
2 Replies
tftpd(8c)																 tftpd(8c)

Name
       tftpd - DARPA Trivial File Transfer Protocol (TFTP) server

Syntax
       /usr/etc/tftpd [ -r pathname ]

Description
       The  server, supports the DARPA Trivial File Transfer Protocol (TFTP).  The TFTP server is invoked when receives a packet on the port indi-
       cated in the TFTP service description.  The server is not normally started by default from

       The use of does not require an account or password on the remote system.  Because of the lack of  authentication  information,  will  allow
       only  publicly  readable  files	to  be accessed.  This extends the concept of public to include all users on all hosts that can be reached
       through the network.  This may not be appropriate on all systems however, and its implications should be considered  before  enabling  TFTP
       service.

       The server should have the user ID with the lowest possible privilege.

Options
       -r pathname    The pathname can be the choice of the user.  For example, would allow only files below to be copied using

Restrictions
       This  server  is  known	only  to  be self consistent, that is, it operates with the user TFTP program, Because of the unreliability of the
       transport protocol (UDP) and the scarcity of TFTP implementations, it is uncertain whether it really works.

       The search permissions of the directories leading to the files accessed are not checked.

See Also
       tftp(1c), services(5), inetd(8c)

																	 tftpd(8c)
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy