COMMAND LINE KUNG FU

Lệnh hiển thị giới hạn về độ dài của lệnh trên Linux

496
author Huỳnh Đình Hiếu - 2022-07-25 10:25:05 (GMT+7)

Để hiện thị giới hạn về độ dài của lệnh trên Linux chúng ta dùng lệnh sau:

bash (non-root)
xargs --show-limits
Your environment variables take up 2158 bytes
POSIX upper limit on argument length (this system): 2092946
POSIX smallest allowable upper limit on argument length (all systems): 4096
Maximum length of command we could actually use: 2090788
Size of command buffer we are actually using: 131072
Maximum parallelism (--max-procs must be no greater): 2147483647

Execution of xargs will continue now, and it will try to read its input and run commands; if this is not what you wanted to happen, please type the end-of-file keystroke.
Warning: echo will be run at least once.  If you do not want that to happen, then press the interrupt keystroke.


Bạn có làm được theo hướng dẫn này không?

Lệnh liên quan

Object Storage

Chuẩn S3, không giới hạn băng thông

Object Storage
Thông tin tác giả
Bình luận

Tính năng đang được phát triển

Đang tải bình luận