Sponsored Content
Top Forums Shell Programming and Scripting Process existence or/and permission Post 302999743 by MadeInGermany on Tuesday 27th of June 2017 11:36:24 AM
Old 06-27-2017
What OS has such a broken ps?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Loop for file existence

I wasn't sure if I should post it here of in the Shell Script category, but I figured it was definitely a newbie question. I'm trying to write a script that will check for the existence of a specific file (or for any files within the directory) and then take specific actions. I've removed all... (2 Replies)
Discussion started by: bd_joy
2 Replies

2. Shell Programming and Scripting

File existence

Hey all, I have total new with shell scripting so I don't know if what I need to do even possible, here it is...for a duration of time (say...1 hour) I need to check for the existence of a particular file, if it exists then I will invoke a java program or I will continue to check until a)... (2 Replies)
Discussion started by: mpang_
2 Replies

3. UNIX for Dummies Questions & Answers

Permission on files restricted to a process

Hello, I have this process app.fcgi and a directory containing images. I'd like to ensure that only app.cgi can access those images and more generally that folder.Thanks! (1 Reply)
Discussion started by: JCR
1 Replies

4. Shell Programming and Scripting

File existence using ls

Hi I want to check a particular file is available or not. But i know only the pattern of that file sat AB1234*.txt.I need the latest file name and it ll be used in the script. How can i do this using ls -ltr command. Thanks, LathishSundar V (2 Replies)
Discussion started by: lathish
2 Replies

5. Shell Programming and Scripting

check existence of the path

Hi How can I check if the path exist or not? echo "Enter path:"; read my_path; ##I should check whether my_path exists or not.... (5 Replies)
Discussion started by: tjay83
5 Replies

6. Shell Programming and Scripting

Help to Monitor the existence of a file

Hi Folks, Please tell me the unix shell script command to check for the existence of some .done file in a location on the UNIX server. (1 Reply)
Discussion started by: dinesh1985
1 Replies

7. Shell Programming and Scripting

bash about url existence

Hi, I want to make a bash script which is running like : 1.sh http://www. google.com and check if the url does exist printing a message. I want to save the source code of this page in a file. Could you help me ? (4 Replies)
Discussion started by: peter20
4 Replies

8. Shell Programming and Scripting

File existence

Hi I'm using the below command in shell script to check for file exists in the path if ..... fi path and test are variables path and the file exists but the commands inside if condition is executed (! operator used) Is the above way of checking for file existence is correct? ... (4 Replies)
Discussion started by: vinoth_kumar
4 Replies

9. Shell Programming and Scripting

File existence

Hope someone can help me on this In a directory ,files are dynamically generated.I need a script to do the following if files are not received for more than 2 hours or if the received file is empty then do something How can I put that in a script.Thank you eg. in cd /dir_name the... (13 Replies)
Discussion started by: haadiya
13 Replies

10. UNIX for Advanced & Expert Users

Permission to kill a process

I'm on AIX. I have triggered an infinite loop process (to keep looking for input file availability for further process). At present only I can kill the process. In case my colleague wants to kill the process for any reason, how do I provide permission to others to kill the process? Currently... (3 Replies)
Discussion started by: krishmaths
3 Replies
SoGLDriverDatabase(3)						       Coin						     SoGLDriverDatabase(3)

NAME
SoGLDriverDatabase - The SoGLDriverDatabase class is used for looking up broken/slow features in OpenGL drivers. SYNOPSIS
#include <Inventor/misc/SoGLDriverDatabase.h> Static Public Member Functions static SbBool isSupported (const cc_glglue *context, const SbName &feature) static SbBool isBroken (const cc_glglue *context, const SbName &feature) static SbBool isSlow (const cc_glglue *context, const SbName &feature) static SbBool isFast (const cc_glglue *context, const SbName &feature) static SbName getComment (const cc_glglue *context, const SbName &feature) static void loadFromBuffer (const char *buffer) static void loadFromFile (const SbName &filename) static void addBuffer (const char *buffer) static void addFile (const SbName &filename) static void addFeature (const SbName &feature, const SbName &comment) static void init (void) Detailed Description The SoGLDriverDatabase class is used for looking up broken/slow features in OpenGL drivers. Coin will maintain a database of drivers where we have found problems with certain features, even if the OpenGL driver claims to support it. This is an effort to avoid application or operating system crashes when Coin attempts to use a specific feature. Using this database we can either disable this feature, or find another way to handle it for broken drivers. Member Function Documentation SbBool SoGLDriverDatabase::isSupported (const cc_glglue *context, const SbName &feature) [static] Convenience function which checks whether feature is suppported for context. If feature is an OpenGL extension, it checks if it's actually supported by the driver, and then calls SoGLDriverDatabase::isBroken() to check if the feature is broken for context. SbBool SoGLDriverDatabase::isBroken (const cc_glglue *context, const SbName &feature) [static] Checks the driver database to see if feature is tagged as broken. SbBool SoGLDriverDatabase::isSlow (const cc_glglue *context, const SbName &feature) [static] Checks the driver database to see if feature is tagged as being slow. SbBool SoGLDriverDatabase::isFast (const cc_glglue *context, const SbName &feature) [static] Checks the driver database to see if feature is tagged as fast. SbName SoGLDriverDatabase::getComment (const cc_glglue *context, const SbName &feature) [static] Get the comment for feature in context, returns 'undefined' if the feature has no entry. Provides extensibility to the database. void SoGLDriverDatabase::loadFromBuffer (const char *buffer) [static] Load the driver database from buffer void SoGLDriverDatabase::loadFromFile (const SbName &filename) [static] Load the driver database from the file specified in filename void SoGLDriverDatabase::addBuffer (const char *buffer) [static] Add the XML data in buffer to the driver database void SoGLDriverDatabase::addFile (const SbName &filename) [static] Add the XML data in filename to the driver database void SoGLDriverDatabase::addFeature (const SbName &feature, const SbName &comment) [static] Add a feature to the driver database Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoGLDriverDatabase(3)
All times are GMT -4. The time now is 01:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy