Wednesday, December 28, 2022
Linux - Cal
Linux - Cache
The following is a Linux dictionary word of the day:
cache – a small fast memory holding recently accessed data, designed to speed up subsequent access to the same data.
In Linux, caching is a mechanism used to store frequently accessed data in memory to improve system performance.
Types of Cache:
Page Cache: Stores cached files.
Dentry and Inode Cache: Stores directory and file attributes.
Monday, December 26, 2022
Linux - C Shell
The following is a Linux dictionary word of the day:
C Shell – shell written to look similar to the C programming language. The program name is csh.
The C shell (csh) was created by Bill Joy in the late 1970s at the University of California, Berkeley. It was designed to improve interactive use and to have a syntax similar to the C programming language.
Key Features of C Shell:
C-like Syntax: The syntax of C shell is inspired by the C programming language.
Interactive Use: Has features such as command history, job control, and aliasing.
Scripting: C shell can be used to write shell scripts.