Tux Machines
today's howtos
Posted by Roy Schestowitz on Oct 07, 2024
The New Stack â A Guide to Linux Access Control Lists
Those of us who shift rapidly between Linux and Microsoft Windows recognize some fundamental differences. One of these is permissions. Standard Linux permissions are pretty simple: Designate one user, one group, and then anyone else (known as âothersâ), and grant read, write, and execute permissions as necessary. Windows permissions are far more complex, with nesting, more access levels, and the mixing in of Share permissions. However, in many ways, Windows permissions are also more flexible and practical at scale.
This article covers Linux access control lists (ACLs), which provide significantly more flexibility than standard Linux permissions. Iâll discuss viewing and configuring ACLs for multiple individual users and multiple groups. Chances are, your Linux distribution of choice already enables ACLs (ACLs are actually a function of the filesystem).
Network World â Understanding exit codes on Linux
An exit code other than 0 indicates that a script or a command has failed in some way. Learn more about exit codes and the types of errors they represent in this post.
Network World â Making use of command history on Linux
Command history on Linux allows you to review and repeat previous commands with little effort. It is built into the bash shell (included in the shell executable). Itâs a helpful feature if you want to rerun commands without retyping them or examine recently run commands when youâre trying to determine when or how some recent change might have been made.
If you type âwhich historyâ on the command line, you can expect to see a response that indicates the shell canât find it. Of course, thatâs only because the which command is looking for an executable to run â not for a shell built-in.
TechTarget â The suite of tools that comprise tcpreplay offers administrators a variety of network security options. Learn some of the benefits of this free utility.
The suite of tools that comprise tcpreplay offers administrators a variety of network security options. Learn some of the benefits of this free utility.