8 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hello Forum,
I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so:
APP=application --version
But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies
2. Shell Programming and Scripting
Hi Forum
Im making a script that takes multiple unix users and lists the users and the groups that the user is part of. the grouplist looks like this
grouplst="example_group1|example_group2|example_group3|example_group4"
I got most of it working but Im having trouble with a while loop... (4 Replies)
Discussion started by: ajetangay
4 Replies
3. Red Hat
Hey there,
i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies
4. AIX
Hello everyone:
I've installed an OS patch into AIX 6.1 by running the following command:
instfix -d /tmp/6100-02-03 -k "IZ41855"
however it seem not installed
instfix -i -k "IZ41855"
There was no data for IZ41855 in the fix database.
what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies
5. IP Networking
FTP error:
Connected to 10.58.132.123 (10.58.132.123).
220 (vsFTPd 2.0.5)
331 Please specify the password.
230 Login successful.
550 Failed to change directory.
227 Entering Passive Mode (10,58,132,123,235,54)
150 Here comes the directory listing.
226 Transfer done (but failed to open... (0 Replies)
Discussion started by: weknowd
0 Replies
6. Web Development
Hi to all,
Please, some help over here. IŽll try to be as much clear I can.
In summary my problem is:
I have a PHP application installed in a folder of my domain that reads CSV.txt files from
another folder in my domain and I need to restrict direct access to see and download these CSV.txt... (0 Replies)
Discussion started by: cgkmal
0 Replies
7. UNIX for Advanced & Expert Users
I have installed PHP and now it needs to be reconfigured with few extensions:eg: OCI8, XSL transformation etc.
1. Do I have to recompile PHP, or a few edits to config files will do.
2. Also how to list the options with which PHP is compiled. (1 Reply)
Discussion started by: kavera
1 Replies
8. Programming
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
struct stat s;
main() {
char c;
if (fork()==0) {
system("clear");
do {
printf("myAI\\>§ ");
scanf("%s",c);
if(stat(c,&s)>-1) {... (3 Replies)
Discussion started by: C|[anti-trust]
3 Replies