Sponsored Content
Top Forums UNIX for Dummies Questions & Answers No such file or directory for existing executable Post 302931453 by gandolf989 on Tuesday 13th of January 2015 08:16:51 AM
Old 01-13-2015
You can also try using ldd as in "ldd bmcfwul". That should show you the dynamic libraries that the file uses. Also, given that you are running vendor code have you googled to see if someone is having a similar issue.

My guess is that there is something with your environment variables that is either missing or set wrong. You may want to take another look at the documentation. {cue sinister music} ;-)
 

10 More Discussions You Might Find Interesting

1. AIX

Filesystem creation over existing Directory

Is it possible to create a Filesystem with the mount point over an existing Directory, without loosing the data in the Directory? eg:- /u01 -> /pmmpd/u01 (Directory with soft link) /pmmpd/u01 (Need to create this filesystem, without loosing data) Thanks TheDoc (0 Replies)
Discussion started by: TheDoc
0 Replies

2. Shell Programming and Scripting

i want to delete a file based on existing file in a directory

hi i am having four files in a directory.like 1)sampleRej 2)exampleRej 3)samplemain 4)examplemain my requirement is i have to search for the rejected files (sampleRej,exampleRej) in a directory.if these files in that directory then i have to delete the main files... (3 Replies)
Discussion started by: srivsn
3 Replies

3. UNIX for Dummies Questions & Answers

Executable directory general question

This may be a dumb question (but this is the UNIX for Dummies Q&A forum :) But I'm wondering, what is the purpose of a directory being given execute permissions? I can't execute a directory, only files, right? If I make a directory executable, the files inside still won't execute unless I give... (1 Reply)
Discussion started by: FredSmith
1 Replies

4. Shell Programming and Scripting

folder existing and file existing

I want to look into a folder to see if there are any folders within it. If there are, I need to check inside each folder to see if it contains a .pdf file So If /myserver/myfolder/ contains a folder AND that folder conatins a .pdf file do X Else do Z I may have multiple folders and... (4 Replies)
Discussion started by: crowman
4 Replies

5. Shell Programming and Scripting

How to tar all executable file in a directory

Dear all I want to create a tar file which contains all executable files in a specific directory cd /appl/home/ file some_exe some_exe: 64-bit XCOFF executable or object module not stripped My current approach is to tar it one by one tar -cvf test.tar exefile1 tar -uvf test.tar... (2 Replies)
Discussion started by: on9west
2 Replies

6. UNIX for Dummies Questions & Answers

Symbolic link for an existing directory

Hi , i am trying to make a symbolic link for an existing directory, but i am facng some problems regarding the usage of command. If there is no directory i can make a symbolic link, but for an existing directory i am not able to. can anyone post me the exact usage if we already have the... (1 Reply)
Discussion started by: sahasra
1 Replies

7. Shell Programming and Scripting

Finding the executable files of a directory using Grep

Hi guys, Can you please help me print all the executable files of a directory(in this case /home) using grep? All i know is that this command should do it but it doesnt... ls -l ~ | grep -..x it shows me the following mesage grep: invalid option -- '.' Χρήση: grep ... ΥΠΟΔΕΙΓΜΑ ... (3 Replies)
Discussion started by: jimas13
3 Replies

8. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies

9. UNIX for Dummies Questions & Answers

Run executable in one directory and then move to another successively

Hello, I have several hundred subdirectories which contain input files for a binary executable. I need to get into each of the subdirectories, run the executable and then move to the next one and repeat the process. What is the best way to do this? Arbitrarily my file structures look like... (3 Replies)
Discussion started by: Gussifinknottle
3 Replies

10. UNIX for Dummies Questions & Answers

Find exit with success with non executable directory

Hi there, I'm quite surprised by the following behavior of find. $ find -ls # I have a directory and a file in it 8145 4 drwxr-xr-x 3 me me 4096 May 10 09:36 . 87 4 drwxr-xr-x 2 me me 4096 May 10 09:36 ./dir 88 0 -rw-r--r-- 1 me me 0... (2 Replies)
Discussion started by: chebarbudo
2 Replies
getfilexsec(1M) 														   getfilexsec(1M)

NAME
getfilexsec - display security attributes of binary executable(s) SYNOPSIS
filename... DESCRIPTION
The command displays various extended security attributes associated with binary executable files. These attributes include retained priv- ileges, permitted privileges, and compartment and security attribute flags. See privileges(5) and exec(2) Options The command supports the following options: Displays the compartment name of the file(s). Displays security attribute flags. The only currently defined flag is the privilege start flag. Displays the minimum permitted privileges. Displays the maximum permitted privileges. Displays the minimum retained privileges. Displays the maximum retained privileges. If no options are specified, all extended security attributes of the binary file(s) are displayed. Operands supports the following operand: filename Binary executable file. All file names given as arguments must be binary executables. Files of other types (for example, script executables, text files, and so on) are not permitted. Security Restrictions The user invoking this command must be able to open the directory in which the binary executable files are present. RETURN VALUE
returns the following values: Successful completion. The attributes are displayed. An error occurs. An error can be caused by an invalid option or inadequate permissions to perform the operation. EXAMPLES
Example 1: Display the maximum permitted privileges and privilege-aware flag of binary executable file Sample output: /web/java: Flag: start_nil PermittedMaxPrivileges: CMPTREAD, CMPTWRITE SEE ALSO
setfilexsec(1M), exec(2), compartments(5), privileges(5). getfilexsec(1M)
All times are GMT -4. The time now is 03:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy