Słownik terminologii komputerowej

Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.


1 definition found From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]: .login A file executed by a Unix shell when the user first logs in. .login is like .cshrc but is only run for a login shell whereas .cshrc is executed by every new shell, including sub-shells, e.g. a shell started from some other program. .login was first introduced with C Shell but has been adopted by most other shells since, though in some cases it is called ".profile". (2015-03-01)