Search Results

Search: Posts Made By: Linuxmann
2,902
Posted By Linuxmann
I use Debian. How can I get the Full Path?
I use Debian.

How can I get the Full Path?
2,902
Posted By Linuxmann
I get the Message quota: command not found.
I get the Message quota: command not found.
2,902
Posted By Linuxmann
Can you me explain quite so? These two...
Can you me explain quite so?

These two instructions do not return a answer with system();
2,902
Posted By Linuxmann
Read the USER Quota in SSH
How the User Quota query from an SSH access to Linux Shell.
2,218
Posted By Linuxmann
The script containing here: ...
The script containing here:
/typo3cms/cms_*****/fotouploadv2/Modul2/shellscript
When i execute it over PHP:
I am here /typo3cms/cms_*****/fotouploadv2/Modul2/

I want to read these File:...
2,218
Posted By Linuxmann
look like here: ...
look like here:

http://fs2.directupload.net/images/150821/gtuxqh59.png

The actuall script are in Modul2, the sh script safed in shellscript.
I want to output the content of workspace so like...
2,218
Posted By Linuxmann
I want to read the content of a specific folder
I want to read the contents of a specific folder


I use these script, but i can not change to the correct file workspace




#!/bin/sh

array=($(ls -d...
2,218
Posted By Linuxmann
How combine pwd with my file? These not...
How combine pwd with my file?

These not work:

x=$(pwd)
a = "/workspace"
c =x + a
echo "The current working directory : $c"---------- Post updated at 08:41 AM ---------- Previous update was...
2,218
Posted By Linuxmann
Cd ib Batch File not work
Why does not work a cd in a shell schript file.




How do you get to run it?

I use these code:

#!/bin/sh
cd workspace

array=($(ls -d */))
echo ${array[@]}

But it doesn't...
Forum: Programming 08-07-2015
2,036
Posted By Linuxmann
Shell copy command don't work
I want copy Files:

But cp don't work:


shell_exec("cp ".$pfad." ".$genzone);
shell_exec("cp ../Chrysanthemum.jpg ../test");

Whats wrong?
876
Posted By Linuxmann
Variablecontent in a Textfile
I want to save a variablecontent in a Textfile. How can i do that?


These works only with ls shell_exec("ls > text.txt");Please use code tags, thanks
934
Posted By Linuxmann
Scanfile in shell
How can i ceck how many data files are contains in a file. with shell, Like php scanfile()
1,454
Posted By Linuxmann
Check whether shell script has started.
How can i ceck as shellscript, if a other shellscript has been started?

The other script can bee started by a other user.
The task will not run twice
1,597
Posted By Linuxmann
I have post the Shell script: Its only:...
I have post the Shell script:


Its only: echo $hallo
echo ceck
It display only ceck not "Hallo Welt"


Did i frorgot something?


I mean echo and the Variable $hallo display that.
1,597
Posted By Linuxmann
Get Parameter with Shell request
How can I get Parameters with Shell Request.
I mean so but not work:
PHP:
error_reporting(E_ALL);

$hallo ="Hallo Welt";
print_r(shell_exec("sh client.sh $hallo"));

Shell:
echo $hallo...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 06:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy