Hi all,
Mình muốn tìm hiểu về quá trình thực hiện một lệnh trong linux như thế nào. Ví dụ như khi mình gõ lệnh /sbin/ifconfig thì nó sẽ thực hiện như thế nào, qua nhưng bước nào, cụ thể ra sao thì mình rất là lơ mơ. Mình cũng google nhưng vẫn chưa tìm được sử giải thích thoả đáng (có thể do mình sai keyword).
Mình cũng xem một số thông tin như:
Code:
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file
và Code:
Shell is a UNIX term for the interactive user interface with an operating system. The shell is the layer of programming that understands and executes the commands a user enters. In some systems, the shell is called a command interpreter. A shell usually implies an interface with a command syntax (think of the DOS operating system and its "C:>" prompts and user commands such as "dir" and "edit").
As the outer layer of an operating system, a shell can be contrasted with the kernel, the operating system's inmost layer or core of services.
Còn nó làm việc cụ thể thế nào mình cũng không rõ.
Mong mọi người chỉ giúp!