Sponsored Content
Full Discussion: Cannot run UNIX executable !
Top Forums UNIX for Dummies Questions & Answers Cannot run UNIX executable ! Post 302219878 by jegaraman on Wednesday 30th of July 2008 08:51:48 AM
Old 07-30-2008
Does command "run" is a unix executable file ,

Try this ....export PATH
and execute the . profile by . ./.profile

and then try to execute the command.

Can u just ls -ltr of the directory in which run command sits and output here so that we can see it....
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

run and make an executable file

as i said before i'm a beginner in shell programming and i have two questions: how to run an executable file in shell scripts like for example let's say the file called "prog.exe", what's the shell command to run this file? also how can i make the shell file an executable file (if it is... (5 Replies)
Discussion started by: _-_shadow_-_
5 Replies

2. Shell Programming and Scripting

Exit shell after setting executable to run?

Hi, I have an executable file that has a rather long and tedious process to complete. How would I launch the executable using the shell, and then exit the shell while leaving the executable to run in the background? (1 Reply)
Discussion started by: pcwiz
1 Replies

3. Shell Programming and Scripting

script run when executable is launched

I need to know how to have a BASH script run every time Firefox is launched, what is the simplest way to do this? (1 Reply)
Discussion started by: glev2005
1 Replies

4. Shell Programming and Scripting

Automatically select records from several files and then run a C executable file inside the script

Dear list its my first post and i would like to greet everyone What i would like to do is select records 7 and 11 from each files in a folder then run an executable inside the script for the selected parameters. The file format is something like this 7 100 200 7 100 250 7 100 300 ... (1 Reply)
Discussion started by: Gtolis
1 Replies

5. Shell Programming and Scripting

Question on tweaking the PATH variable to allow the world to run my executable script

All, I am pretty new to Unix and still in the learning curve :) I have a simple requirement for which I did not get an answer yet (Atleast I do not know how to keyword the search for my requirement!!!). I have an executable script my.script1 in a folder /data/misc/scripts/dev, which when... (5 Replies)
Discussion started by: bharath.gct
5 Replies

6. OS X (Apple)

Plist to Unix Executable

I'm using an old conversion method for converting a plist into an XML file, but that's not what I'm needing just via terminal now. What I'm looking for is an answer to convert a plist file into an executable. I'd like to import it into Casper and have the JSS push it out onto an image. In this... (6 Replies)
Discussion started by: unimachead
6 Replies

7. UNIX for Dummies Questions & Answers

Can't run the archiver executable error message

I am using the xarchiver on a xfce environment. When compressing a directory using xarchiver which has both files and subdirectories, I encounter the following error: Can't run the archiver executable: Failed to execute child process "tar" (Argument list too long) Does anyone know exactly what... (0 Replies)
Discussion started by: figaro
0 Replies

8. Shell Programming and Scripting

[SHELL] Executable? Run it!

I would like to make a script that I can see if the file is executable. If it is executable then it needs to run. Otherwise, if it is not executable the file needs to be edited, and run agian. I hope you understand what i mean. :) Thanks for the netherlands (4 Replies)
Discussion started by: dennisbest85
4 Replies

9. UNIX for Advanced & Expert Users

Figure out the minimum os version neede to run executable or link library.

Hello, I need to figure out the minimum OS version needed to run some executable. For the following OS: Linux, AIX, Solaris. For example how do I know the minimum OS version for /bin/ls ? "file" command does not give me much information. There are some tools that are helpful for understanding... (4 Replies)
Discussion started by: +Yan
4 Replies

10. 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
CALDAVD(8)						    BSD System Manager's Manual 						CALDAVD(8)

NAME
caldavd -- Darwin Calendar Server Control Interface SYNOPSIS
caldavd [-hX] [-hL] [-u username] [-g groupname] [-T twistd] [-f caldavd.plist] DESCRIPTION
caldavd is a front end to the Darwin Calendar Server. The Darwin Calendar Server is provides a calendaring service based on the CalDAV pro- tocol, which is in turn based on HTTP and WebDAV. caldavd is a simple tool for starting the server. OPTIONS
-h Displays usage information -X Starts the server but does not daemonize it. -L Sends error logging output to stdout rather than the file specified in caldavd.plist. -u username Drops privileges to the given username. -g groupname Drops privileges to the given groupname. -f caldavd.plist Specifies the path of the configuration file to read. -T twistd Specifies the path to the twistd binary. FILES
/etc/caldavd/caldavd.plist The Calendar Server configuration file. It is an XML property list specifying server options such as the port to bind to, whether to use SSL, and the names of other files can specified. /etc/caldavd/server.pem PEM-format server keys for use with SSL. /var/log/caldavd/access.log The server's access log file, in a format similar to Apache HTTPd's access log. /var/log/caldavd/error.log The server's main log file. /var/run/caldavd.pid The server's process ID file. SEE ALSO
httpd(8) STANDARDS
Darwin Calendar Server is intended to comply with RFC 2445 (iCalendar), RFC 2446 (iTIP), RFC 2447 (iMIP), RFC 2612 (HTTP), RFC 2617 (HTTP Authentication), RFC 4559 (SPNEGO), RFC 2518 (WebDAV), RFC 3744 (WebDAV ACL), RFC 5397 (WebDAV Current Principal Extension), RFC 4791 (Cal- DAV), and draft-desruisseaux-caldav-sched-06 (CalDAV Scheduling). HISTORY
caldavd was first introduced as part of Darwin 9 and Mac OS 10.5. BSD
November 6, 2008 BSD
All times are GMT -4. The time now is 03:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy