index

Recherche

Voici les résultats de votre recherche.

behaviours
9 Occurrences trouvées, Dernière modification :
ds and sets (executes) the user's profile from ''/etc/profile'' and one of ''~/.bash_profile'', ''~/.ba... rent shell. The feature to have a system-wide ''/etc/bash.bashrc'' or a similar system-wide rc-file is... way to have a system-wide rc file is to ''source /etc/bashrc'' from every user's ''~/.bashrc''. __**Me... '' disables reading of the startup files (e.g. ''/etc/bash.bashrc'' if supported) and ''~/.bashrc'' *
basics
4 Occurrences trouvées, Dernière modification :
grep'' to check if a specific user is present in /etc/passwd: <code bash> if grep ^root /etc/passwd; then echo "The user root was found" else echo "Th... completed successfully: <code bash> grep ^root: /etc/passwd >/dev/null || echo "root was not found - c... ode block" is effectively ignored : <<"SOMEWORD" /etc/init.d/mydatabase clean_stop mydatabase_dump /var
scripting
3 Occurrences trouvées, Dernière modification :
else ... fi </code> == for == <code> for f in /etc/*; do ... done </code> == while/until == <code... for reading user input, loop counting variables, etc., ... (in the example: ''file'') * prefer ''l... mber, **check for numeric input, leading zeros**, etc. If you have specific format or content needs, **
color
2 Occurrences trouvées, Dernière modification :
liable method, and is not forwarded via sudo, SSH etc. However, whenever it errs, it errs on the safe ... one that is transparent to things like sudo, SSH, etc.. is to simply try setting a truecolor value and
truecolor
2 Occurrences trouvées, Dernière modification :
liable method, and is not forwarded via sudo, SSH etc. However, whenever it errs, it errs on the safe s... one that is transparent to things like sudo, SSH, etc.. is to simply try setting a truecolor value and
obselete
1 Occurrences trouvées, Dernière modification :
; { ...;}'' |''do'', ''done'', ''in'', ''esac'', etc. |This undocumented syntax replaces the ''do'' a
  • index.txt
  • Dernière modification : 2022/11/08 16:43
  • de 127.0.0.1