Sponsored Content
Full Discussion: File Permissions
Special Forums Hardware Filesystems, Disks and Memory File Permissions Post 15092 by JammerFSU on Sunday 10th of February 2002 10:12:49 AM
Old 02-10-2002
I would suggest that you contact your system administrator. Generally root passwords are not given out to normal users. Try that first!
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

file permissions

Hi! Is there any shell parameter that I can use in my script to check the file-permissions I have in the currect directory!? The history behind is: My script tries to create some log files in the folder and I want to see whether I have enough permissions to do that. And exit in case I dont... (4 Replies)
Discussion started by: mohanprabu
4 Replies

2. UNIX for Dummies Questions & Answers

File permissions

Is there any way that I can use the ls command to view the permissions that a group has on a file. I know ls -l file1 will list all the permissions for file1. Would I have to use the following command: ls -l file1 Then grep or sed the output to retrieve what permissions the group has. (5 Replies)
Discussion started by: beginner1
5 Replies

3. UNIX for Dummies Questions & Answers

file permissions: l

Hello, what does the l file permission stands for and in which UNIX systems can it be used? (1 Reply)
Discussion started by: Tobe
1 Replies

4. HP-UX

To give the "unzip" permissions & "create" file permissions

Hi, I am a Unix Admin. I have to give the permissions to a user for creating new file in a directory in HP-Ux 11.11 system since he cannot able to create a new file in the directory. Thanks in advance. Mike (3 Replies)
Discussion started by: Mike1234
3 Replies

5. Shell Programming and Scripting

file permissions

Hi all, My UNIX box is HP UX - 11.11. I have got a basic doubt. What are the global permissions for a file and directory? I set the mask as 111 in my .profile. When I create a new file, it gets created withe -rw-rw-rw- permissions. A directory is created with drw-rw-rw- permissions. So, i... (7 Replies)
Discussion started by: ranj@chn
7 Replies

6. Shell Programming and Scripting

Retain file permissions when saving .sh file from internet [OS X]

Hello. I have written a bash script that I am sharing with an OS X community I am a member of. The purpose of the script is to execute a series of commands for members without them having to get involved with Terminal, as it can be daunting for those with no experience of it at all. I have renamed... (4 Replies)
Discussion started by: baza210
4 Replies

7. AIX

File Permissions nobody:nobody

AIX 5.3 environment. On the local system, I am sharing a jfs2 filesystem as an exported filesystem. I have many other AIX 5.3 server mounting to this file system and can create, move, copy, ... data to and from this share. Recently, we've run into a problem. When on another system (okay, all... (5 Replies)
Discussion started by: clking
5 Replies

8. Filesystems, Disks and Memory

Regarding File permissions

Hi, I have a shellscript.I want to protect the source code. So I gave 711 permission on the file(owner=rwx,group=x,others=x) but still others are not able to execute it. Please help me in protecting the source code.I don't want others to use any cat or vi command on the script but... (1 Reply)
Discussion started by: bishnu.bhatta
1 Replies

9. 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

10. Shell Programming and Scripting

Changing file permissions of a file created by another user

Hi, I have used expdp for datapump. The .dmp file is created by the "oracle" user. my requirement is to make a zipped file of this .dmp file. What i am trying to do is change the permissions of this .dmp file from 0640 to 0644 and then do a gzip and zip it. Is there any way i can change... (3 Replies)
Discussion started by: qwertyu
3 Replies
QwtSimpleCompassRose(3) 					 Qwt User's Guide					   QwtSimpleCompassRose(3)

NAME
QwtSimpleCompassRose - A simple rose for QwtCompass. SYNOPSIS
#include <qwt_compass_rose.h> Inherits QwtCompassRose. Public Member Functions virtual void draw (QPainter *, const QPoint &center, int radius, double north, QPalette::ColorGroup=QPalette::Active) const int numThornLevels () const int numThorns () const const QPalette & palette () const QwtSimpleCompassRose (int numThorns=8, int numThornLevels=-1) void setNumThornLevels (int count) void setNumThorns (int count) virtual void setPalette (const QPalette &p) void setShrinkFactor (double factor) void setWidth (double w) double shrinkFactor () const double width () const Static Public Member Functions static void drawRose (QPainter *, const QPalette &, const QPoint &center, int radius, double origin, double width, int numThorns, int numThornLevels, double shrinkFactor) Detailed Description A simple rose for QwtCompass. Constructor &; Destructor Documentation QwtSimpleCompassRose::QwtSimpleCompassRose (intnumThorns = 8, intnumThornLevels = -1) Constructor Parameters: numThorns Number of thorns numThornLevels Number of thorn levels Member Function Documentation void QwtSimpleCompassRose::draw (QPainter *painter, const QPoint &center, intradius, doublenorth, QPalette::ColorGroupcg = QPalette::Active) const [virtual] Draw the rose Parameters: painter Painter center Center point radius Radius of the rose north Position cg Color group Implements QwtCompassRose. void QwtSimpleCompassRose::drawRose (QPainter *painter, const QPalette &palette, const QPoint &center, intradius, doublenorth, doublewidth, intnumThorns, intnumThornLevels, doubleshrinkFactor) [static] Draw the rose Parameters: painter Painter palette Palette center Center of the rose radius Radius of the rose north Position pointing to north width Width of the rose numThorns Number of thorns numThornLevels Number of thorn levels shrinkFactor Factor to shrink the thorns with each level int QwtSimpleCompassRose::numThornLevels () const Returns: Number of thorn levels See also: setNumThorns(), setNumThornLevels() int QwtSimpleCompassRose::numThorns () const Returns: Number of thorns See also: setNumThorns(), setNumThornLevels() const QPalette& QwtCompassRose::palette () const [inline, inherited] Returns: Current palette void QwtSimpleCompassRose::setNumThornLevels (intnumThornLevels) Set the of thorns levels Parameters: numThornLevels Number of thorns levels See also: setNumThorns(), numThornLevels() void QwtSimpleCompassRose::setNumThorns (intnumThorns) Set the number of thorns on one level The number is aligned to a multiple of 4, with a minimum of 4 Parameters: numThorns Number of thorns See also: numThorns(), setNumThornLevels() virtual void QwtCompassRose::setPalette (const QPalette &p) [inline, virtual, inherited] Assign a palette. void QwtSimpleCompassRose::setWidth (doublewidth) Set the width of the rose heads. Lower value make thinner heads. The range is limited from 0.03 to 0.4. Parameters: width Width double QwtSimpleCompassRose::width () const [inline] See also: setWidth() Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 5.2.2 Mon Aug 1 2011 QwtSimpleCompassRose(3)
All times are GMT -4. The time now is 12:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy