Search results 1-20 of 305 for "shell".
Hallo zusammen, wollt mal nachfragen, welche von all diesen Methoden ihr verwendet um über php Code ne shell Anweisung abzusenden? Bzw. wie muss die php.ini aussehen, damit sie das erlaubt. danke schonmal gruß
Shell expansion Shell expansion Prev Chapter 3. The Bash environment Next Shell expansion General After the command has been split into tokens (see the section called “Shell syntax” ), these tokens or words are expanded or resolved. There are eight kinds of expansion performed, which we will discuss in the next sections, in the order that they are expanded. After all expansions, quote removal is performed
Advantages of the Bourne Again SHell Advantages of the Bourne Again SHell Prev Chapter 1. Bash and Bash scripts Next Advantages of the Bourne Again SHell Bash is the GNU shell The GNU project (GNU's Not UNIX) provides tools for UNIX like system administration which are free software and comply to UNIX standards. Bash is an sh compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh
Shell Programming! Advanced Bash Scripting Guide: Prev Next Chapter 1. Shell Programming! No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer A working knowledge of shell scripting is essential to anyone wishing to become reasonably proficient at system administration, even if they do not anticipate ever having to actually write a script
Shell Features Bash Guide for Beginners Prev Next Appendix A. Shell Features Table of Contents A.1. Common features A.2. Differing features This document gives an overview of common shell features (the same in every shell flavour) and differing shell features (shell specific features). Prev Home Next Exercises Common features
Shell expansion Bash Guide for Beginners Prev Chapter 3. The Bash environment Next 3.4. Shell expansion 3.4.1. General After the command has been split into tokens (see Section 1.4.1.1 ), these tokens or words are expanded or resolved. There are eight kinds of expansion performed, which we will discuss in the next sections, in the order that they are expanded. After all expansions, quote removal is performed
Restricted Shells Advanced Bash Scripting Guide: Prev Next Chapter 22. Restricted Shells Disabled commands in restricted shells . Running a script or portion of a script in restricted mode disables certain commands that would otherwise be available. This is a security measure intended to limit the privileges of the script user and to minimize possible damage from running the script. The following commands and actions are disabled
Converting DOS Batch Files to Shell Scripts Advanced Bash Scripting Guide: Prev Next Appendix M. Converting DOS Batch Files to Shell Scripts Quite a number of programmers learned scripting on a PC running DOS. Even the crippled DOS batch file language allowed writing some fairly powerful scripts and applications, though they often required extensive kludges and workarounds. Occasionally, the need still arises to convert an old DOS batch file to a UNIX shell script
PHP: shell_exec Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Erweiterungen zur Prozesskontrolle
Shell initialization files Bash Guide for Beginners Prev Chapter 3. The Bash environment Next 3.1. Shell initialization files 3.1.1. System wide configuration files 3.1.1.1. /etc/profile When invoked interactively with the login option or when invoked as sh , Bash reads the /etc/profile instructions. These usually set the shell variables PATH , USER , MAIL , HOSTNAME and HISTSIZE . On some systems, the umask value is configured in /etc
Common shell programs Bash Guide for Beginners Prev Chapter 1. Bash and Bash scripts Next 1.1. Common shell programs 1.1.1. General shell functions The UNIX shell program interprets user commands, which are either directly entered by the user, or which can be read from a file called the shell script or shell program. Shell scripts are interpreted, not compiled. The shell reads commands from the script line per line and searches for those commands on the system (see Section 1
Coder Wiki | HowTos | Linux Shell Forum Wiki Tagging Projekte Karte RSS » Start » All Recent Changes » Wiki Suche » Wiki Hilfe Coder How To's Allgemein AJAX C & C++ Datenbanken Delphi & Pascal Flash & ActionScript GWT HTML, CSS & JavaScript Java Linux & Shell Logische Sprachen Perl ? PHP Python VisualBasic ? XML Algorithmen Informationen edit SideBar Artikel Bearbeiten Historie Druckansicht Neue Wiki Eintrage finden Sie unter easy
Advantages of the Bourne Again SHell Bash Guide for Beginners Prev Chapter 1. Bash and Bash scripts Next 1.2. Advantages of the Bourne Again SHell 1.2.1. Bash is the GNU shell The GNU project (GNU's Not UNIX) provides tools for UNIX like system administration which are free software and comply to UNIX standards. Bash is an sh compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003
. Bash and Bash scripts Common shell programs General shell functions Shell types Advantages of the Bourne Again SHell Bash is the GNU shell Features only found in bash Executing commands General Shell built in commands Executing programs from a script Building blocks Shell building blocks Developing good scripts Properties of good scripts Structure Terminology A word on order and logic An example Bash script: mysystem.sh Example init script Summary Exercises 2
schau nochmal nach welchem benutzer und welcher gruppe die datei gehört. ich vermute du hast sie über ein script erstellt und sie gehört dem apache (unter debian www-data) im notfall lösche sie per shell memory size ist der zugewiesene arbeitsspeicher (hier: für php anwendungen) den wert kannst du in der php.ini ändern
habe es jetzt wieder hin bekommen die piddatei war ihrgendwie aufeinmal wech naja jetzt geht der apache wieder den code den ich da ausführen soll shell naja wenn ich erlich bin sagt mir das nicht wirklich was also sagen schon aber wie man dies macht ka habe bisger alles über putty und winscp gemacht :roll:
putty arbeitet auf einer shell ;-) also einfach per putty anmelden und den befehl ausführen das script ist nur eine aneinanderreihung von befehlen wget = hole die datei tar = entpacke die datei cd = wechsel in den ordner ./install = starte die install falls kein wget installiert ist, dann einfach mit Source code 1 apt-get install wget installieren
danke für die cls funktion.. @Neowill.. die Ausrichtung nach unten ist zumindest in meiner Linux Shell so.. oder musst mal scrollen, wenn man z.B. 1000 Textzeilen ausgibt? Wäre ja auch nicht unlogisch - weiß nicht mehr, wie das bei Windows war..
hi ebito, ich benutze exec wenn ich keine rückgabe brauche und shell_exec falls es doch einer bedarf die befehle funktionieren nur bei deaktiviertem safe_mode für diesen Benutzer/Pfad Dazu safe_mode_exec_dir anpassen ansonsten bedarf es keiner konfigurationsänderung system() gibts zwar auch noch.. aber nie benutzt
Am einfachsten ist es, wenn du das Programm von der Shell ausführst (cmd.exe) Ansonsten gibt es in Visual C++ den Befehl C Quellcode 1 _getch (); der auf einen Tastendruck wartet. Dafür brauchst du glaube ich C Quellcode 1 #include <io.h> Das ist ein Fehler im Buch - main muss immer int zurückliefern, aber die Compiler waren früher nicht sehr restriktiv....