Search 5,000,000+ questions and answers.

Frequently Asked Questions

Can file appenders create files with different permissions?

Log::Log4perl::FAQ - Frequently Asked Questions on Log::Log4...
Typically, when Log::Log4perl::Appender::File creates a new file, its permissions are set to rw-r--r--. Why? Because your environment's umask most likely defaults to 0022, that's the standard setting. What's a umask, you're asking? It's a template that's applied to the permissions of all newly created files.
Related Questions

How can I use file permissions in afs?

The umich.umce.login FAQ List
These permissions are the afs Access Control Lists, or ACLs. You can set (and list) these with the "fs" command. To list the ACL for a particular directory, use the command: where "directory" is the directory we're changing, remembering that you can always use a period to indicate the current directory, "user" is the uniqname of the person we are permitting (or depermitting) the directory to, "rlidwka" is any combination of that list of letters, which are explained below.
Related Questions

What are file permissions and how do I change them?

The Broadband Reports Windows XP FAQ - dslreports.com
File permissions are the system's way of telling you what you can and cannot do with a file or folder. They are governed by Access Control Lists (click for definition). There are two ways of setting file permissions. You can do it the graphical way or the command-line way. To do it graphically, you must have Simple File Sharing disabled from the View tab of Folder Options (Professional only) or be in Safe Mode (either). Right-click on the object of your choice and click Properties.
Related Questions

WHAT ARE FILE PERMISSIONS?

CGI Extremes - Tutorials - General CGI Questions
Every file on your web server has permissions set on it. Permissions tell the server which files are allowed to be written to, read from, or executed by which users. There are three different parts of file permissions: Owner - this is defined as the person who created the file. All of the files on your web site are owned by you. Group - a list of other users in your "group". These permissions should be set the same as "world". World - this is basically anyone else.
Related Questions

Should I change the file permissions whenever I move files to the Web server?

IU Webmaster FAQ (List of Frequently Asked Questions)
If you are using the SSH Secure File Transfer Program, you can change the default file permission settings. This way, you don't need to change the permissions after each upload (Other software you may use also has a setting to correct the default file permissions). The step-by-step instructions are givin below From the menu on the left, select Advanced under File Transfer. The screen on the right will change to the Advanced screen.
Related Questions

What file permissions should I set for my scripts and data files?

BigBiz Frequently Asked Questions | Email Setup
Your scripts should be set to file permission 750 as this will provide the best security. Any data files that are accessed by your own scripts should have their permissions set to 600 so that only you (and your scripts) can read and write the file. Nobody else on the system (and their scripts) will be able to access your file. This is very important if your files contain sensitive information, like credit card numbers. BigBiz offers PHP scripting as an alternative to CGI scripting.
Related Questions

Does jEdit preserve file ownership and permissions when it saves files?

Usage Questions
One reason this can be an issue is that by default, jEdit adopts the conservative approach of saving a file to a temporary name before renaming that file to the desired name. This procedure minimizes the risk of crashes causing loss of data, and works without reported problems on local file systems.
Related Questions

Is it possible to direct log output to different appenders by level?

Log4j project - Frequently Asked Questions about log4j
Yes it is. Setting the Threshold option of any appender extending AppenderSkeleton, (most log4j appenders extend AppenderSkeleton) to filter out all log events with lower level than the value of the threshold option. For example, setting the threshold of an appender to DEBUG also allow INFO, WARN, ERROR and FATAL messages to log along with DEBUG messages. This is usually acceptable as there is little use for DEBUG messages without the surrounding INFO, WARN, ERROR and FATAL messages.
Related Questions

Will there be facilities to back up the files I create on my laptop?

TSC Home - Laptops - Freshmen - FAQs
Yes. You will have the capability to backup data to writable CDs and/or DVDs with your laptop. Rose-Hulman can provide procedures for backing up your files. Details are available at the Technical Services Center Help Desk.
Related Questions

How do I create a new permissions group?

UW Image Collection Manager Frequently Asked Questions
You must have ADMINISTRATOR access to perform this function. Click on Options. Select "create a new permissions group". Enter the name of the group and assign membership with the checkbox options.
Related Questions

Can the online backup service backup permissions on files?

Support - Frequently Asked Questions
Yes, for Windows NT on NTFS volumes CoreVault Secure can backup both Permissions and Streams. The Permissions and Extended NetWare Attributes can be backed up for NetWare. This is a configurable option in both NetWare and NT environments. For UNIX servers, ACL properties can be retained.
Related Questions

Can the software backup Permissions on files?

DataVault Frequently Asked Questions
Yes, for Windows on NTFS volumes DataVault can backup both Permissions and Streams. The Permissions and Extended NetWare Attributes can be backed up for NetWare. This is a configurable option in both NetWare and Windows environments.
Related Questions

How do I set permissions on executable files?

FREE SPAM filters with Web Hosting : Host1 - The Professiona...
Perl scripts need to be executable in order to run them on the server. You can do this using the ftp software you use to upload your files. Upload the files in the usual way, then perform the following on the uploaded file: In WS_FTP: right click on the file and choose "FTP commands", then "SITE". Type in: In CuteFTP: right click on the file and choose "Change File Attributes". In the manual section type 755 and press OK.
Related Questions

Why do I need to change file permissions?

Technical FAQ for Easy Availability page
Because web server operating systems place a heavy emphasis on who is allowed to Read, Write, and Execute files and scripts on your server. This is for security purposes. In Easy Availability there are a couple of files that need to be marked as 'Writeable' in order for the program to work.
Related Questions

FAQ
File permissions allow you and others to access each file on your site for reading, writing, and executing. CGI scripts must be made 'executable' in order to function correctly, while HTML files should be 'readable' to everyone by default. If you need to change file permissions on a particular file or directory, follow these steps with WS-FTP for Windows: Right click on the file which requires permission alteration. Choose 'chmod (UNIX)' and left click. A window should appear:
Related Questions

How do I change file and/or directory permissions?

Software to create Common Gateway Interface (CGI) for online...
There are two ways this can be achieved - via ftp or telnet. Only some ftp clients have the ability to change file and directory permissions. If your ftp client cannot, you will have to use telnet. If you are unfamiliar or uncomfortable with telnet, or do not have telnet access, then please ask your web master to do the job for you. Products like CGI*StarPro generate CGI scripts in a language called 'Perl'.
Related Questions

What do I set the file/directory permissions to ?

Help Desk | FAQ's about Shell Access
To change the permissions of files/directoies, issue the command "chmod" at the UNIX command prompt followed by the three digit number and filename. Here is a list of what numbers are assigned when setting permissions and the UNIX command.
Related Questions

How to Change Permissions of a file or a directory?

In order to do this, check the box corresponding to the file or directory and choose its permissions using the drop-down menu. Then just click Change. Please note that .php, .cgi, .pl files must be executable. You must change their mode to 755 in order to run on them our servers.
Related Questions

What are permissions and how do I set them on a directory or file?

Website Pros Site Add-Ons - Frequently Asked Questions
On a unix server, every directory and file possess certain rights or permissions as to who can access the directory or file and what kind of access is allowed. This property give you a level of security regarding unauthorized use of your web site's resources. FTP into your website and travel to the directory containing the file for which you wish to set permissions. Highlight the file, and click the right mouse button.
Related Questions

What do the file and directory permissions mean?

Linux Nano-FAQ
rw-r--r-- 1 root root 578 Apr 15 12:58 passwd lrwxrwxrwx 1 root root 13 Oct 22 1999 utmp -> /var/log/utmp drwxr-xr-x 2 root root 4096 Oct 21 1999 vga/ -r-xr-xr-x 1 root bin 102724 Oct 9 1999 telnet The first group of ten letters are the permissions for this file. The first letter tells you what kind of file you are looking at: Special files are usually found in the /dev directory. These are devices which either let you access some kind of hardware or perform other special functions.
Related Questions

How do I change the access permissions of a file?

Linux Nano-FAQ
To allow only the owner to access a file in any way: chmod go= file (read: group and others equals nothing) To set a file exactly to rwxr-xr-x: chmod u=rwx,g=rx,o=rx (read: user equals read write execute, group equals read and execute, others equals read and execute) There is another little trick that can come in handy: Imagine you have some files that are readable only by you. Some of them are also executable.
Related Questions

How do I create a transcript file?

CS 241 Frequently Asked Questions (FAQs)
One way to do this is simply give the name you would like for the transcript file as a command line argument when you run the program. For example: Java Lab1 transcript.txt will create the transcript file "transcript.txt". In the PC environments there should be a menu item to give a command line argument. If you do not know how to give a command line argument then you can just add the following line to your program: Terminal.startTranscript("transcript.
Related Questions

Can I set permissions for different users?

Faq - Aruna IM
Not yet, we are working on making a secure framework for permissions to allow individual connections to external IM networks, file transfers and web conferences.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact