Difference between revisions of "/bin/sh"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | * <code>[[ssh -t]] your_remote_hostname /bin/sh</code> | + | * <code>[[ssh -t]] your_remote_hostname [[/bin/]]sh</code> |
+ | /bin/sh [[-c]] | ||
+ | |||
+ | [[kubectl exec]] -it myalpine -- /bin/sh | ||
− | + | == Related == | |
* <code>[[/bin/bash]]</code> | * <code>[[/bin/bash]]</code> | ||
+ | * [[Alpine]] | ||
+ | * <code>[[$@]]</code> | ||
== See also == | == See also == |
Latest revision as of 15:01, 27 September 2024
/bin/sh -c kubectl exec -it myalpine -- /bin/sh
Related[edit]
See also[edit]
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: