Shell
How to Disable quota for a Linux User or Group on the Shell
Linux user quotas can be edited with the commands edquota or setquota on the shell. While edquota opens the quota…
How to prevent that a user deletes a file owned by root in his home directory
Even though a file is held by root and has 700 rights, if the root user saves it in another…
How to prevent a Linux system user from logging into the system
The shell setting in /etc/passwd determines whether a Linux system user may log in via the shell or over SSH.…
Get the name of the newest file in a directory on the linux shell
If you have a directory with many files (a few thousand in my case) and need to know which one…