Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
esehllモードでulimitコマンドが見つからなかったのに、Mxansi-termにはこの問題がなかったのはなぜですか。どうすれば修正できますか。
このような:
〜$ ulimit -c ulimit:コマンドが見つかりません 〜$
ulimitはシェルビルトインであり、バイナリではありません。ansi-termは通常のシェル(bash、zsh、または使用しているもの)を使用しますが、eshellは独自のシェルであり、ulimitを実装していないようです。