home page » Label Archive: Permissions

Tag Archives: jurisdiction

Permission explanation in Linux

 

Unix traditional operating systems are different from those in MS-DOS traditional systems, because they are not only multitasking systems, but also multi-user systems. What does this mean? It means that multiple users can use the same computer at the same time. However, a typical computer may only have a keyboard and a monitor, but it can still be used by multiple users read the whole passage

Linux: classic Fork bomb

 

Jaromil designed the most compact Linux Fork bomb in 2002. The whole code is only 13 characters long. After running in the shell, the system will crash:: () {: |:&};: It seems that it is not easy to understand. We can change the following format:: () {: |:&};: read the whole passage