Sponsored Content
Full Discussion: Unix File Permissions
Top Forums Shell Programming and Scripting Unix File Permissions Post 302355382 by methyl on Tuesday 22nd of September 2009 12:43:28 PM
Old 09-22-2009
chmod 2700 directory_name
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix permissions

I am currently running jsp pages on unix server. At the top of my page is the import statement: <%@ page import="survey.*"%>. This imports the survey folder which i have placed in the same directory as my jsp page- jsp-servlet. However, when i try to run the page, its gives me an error saying that... (2 Replies)
Discussion started by: moukoko
2 Replies

2. UNIX for Advanced & Expert Users

UNIX File Permissions

Hello, What does the following mean in terms of file permissions. -rw-rwSrw- 1 owner group 999 May 25 2004 file_name What does the "S" stand for. Thanks in advance for your input. :) (3 Replies)
Discussion started by: jerardfjay
3 Replies

3. Solaris

Unix permissions

Is anyone aware of a tool that would produce a report or an extract file of all users, the files thry are allowed to access and their associated rights permitted (Read,Write etc.) (0 Replies)
Discussion started by: mobershaw
0 Replies

4. UNIX for Dummies Questions & Answers

Unix permissions for a newbie

Okay, this may turn out to be something quite simple, but I haven't found the answer so far: 1) Is it possible to retrieve a list of user(ID) file permissions? and then... 2) What is the most efficient way to create an alert/error message when/if those file permissions are denied? ... (2 Replies)
Discussion started by: hades1013
2 Replies

5. UNIX for Dummies Questions & Answers

Unix Permissions

We have a user group ‘norkgrp’ which is having 2 users ‘norkadm’ and ‘oracle’. Further we have a directory ‘fstf_blobs’ where ‘norkadm’ is the owner and ‘norkgrp’ is the group owner. The permission is set as 770. $ ls -lrt drwxrwx--- 2 norkadm norkgrp 1024 Jun 24 05:03 fstf_blobs We... (5 Replies)
Discussion started by: varunrbs
5 Replies

6. Solaris

Unix file, folder permissions, security auditing tools.

I want to periodically check if ASCII password/config files on Unix have 400 or 600 access. Folders and files are owned by designated group and user. Folders and Files do not have world write access. Are there any tools/scripts available for this kind of auditing that I can use on Solaris? (7 Replies)
Discussion started by: kchinnam
7 Replies

7. Shell Programming and Scripting

ksh; Change file permissions, update file, change permissions back?

Hi, I am creating a ksh script to search for a string of text inside files within a directory tree. Some of these file are going to be read/execute only. I know to use chmod to change the permissions of the file, but I want to preserve the original permissions after writing to the file. How can I... (3 Replies)
Discussion started by: right_coaster
3 Replies

8. Tips and Tutorials

Unix File Permissions

Introduction I have seen some misinformation regarding Unix file permissions. I will try to set the record straight. Take a look at this example of some output from ls: $ ls -ld /usr/bin /usr/bin/cat drwxrwxr-x 3 root bin 8704 Sep 23 2004 /usr/bin -r-xr-xr-x 1 bin bin ... (6 Replies)
Discussion started by: Perderabo
6 Replies
Bio::Installer::Generic(3pm)				User Contributed Perl Documentation			      Bio::Installer::Generic(3pm)

NAME
Bio::Installer::Generic - DESCRIPTION of Object SYNOPSIS
Give standard usage here DESCRIPTION
Describe the object here FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: http://redmine.open-bio.org/projects/bioperl/ AUTHOR - Albert Vilella Email avilella-AT-gmail-DOT-com Describe contact details here CONTRIBUTORS
Additional contributors names and emails here APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ new Title : new Usage : my $obj = new Generic(); Function: Builds a new Generic object Returns : an instance of Generic Args : -origin_download_dir => from where is going to be downloaded -destination_download_dir => where is going to be saved -destination_install_dir => where is going to be installed -package_name => name of the package to be downloaded -directory_name => name of the directory once has been decompressed origin_download_dir Title : origin_download_dir Usage : $obj->origin_download_dir($newval) Function: Example : Returns : value of origin_download_dir (a scalar) Args : on set, new value (a scalar or undef, optional) destination_download_dir Title : destination_download_dir Usage : $obj->destination_download_dir($newval) Function: Example : Returns : value of destination_download_dir (a scalar) Args : on set, new value (a scalar or undef, optional) destination_install_dir Title : destination_install_dir Usage : $obj->destination_install_dir($newval) Function: Example : Returns : value of destination_install_dir (a scalar) Args : on set, new value (a scalar or undef, optional) package_name Title : package_name Usage : $obj->package_name($newval) Function: Example : Returns : value of package_name (a scalar) Args : on set, new value (a scalar or undef, optional) directory_name Title : directory_name Usage : $obj->directory_name($newval) Function: Example : Returns : value of directory_name (a scalar) Args : on set, new value (a scalar or undef, optional) env_name Title : env_name Usage : Function: Example : Returns : Args : _remember_env Title : _remember_env Usage : Function: Example : Returns : Args : _decompress Title : _decompress Usage : Function: Example : Returns : Args : download Title : download Usage : $installer->download(); Function: Example : Returns : Args : uninstall Title : uninstall Usage : $installer->uninstall(); Function: Example : Returns : Args : perl v5.12.3 2011-06-18 Bio::Installer::Generic(3pm)
All times are GMT -4. The time now is 05:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy