elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
include
/
paths.h
File editor
#ifndef ___PATHS_H #define ___PATHS_H /* paths.h <ndf@linux.mit.edu> */ #define _PATH_GETTY "/bin/getty" #define _PATH_LOGIN "/bin/login" #define _PATH_BSHELL "/bin/sh" #define _PATH_DEFPATH "/bin:." #define _PATH_DEV "/dev" #define _PATH_DEVSL "/dev/" #define _PATH_CONSOLE "/dev/console" #define _PATH_TTY "/dev/tty" #define _PATH_DEVNULL "/dev/null" #define _PATH_GROUP "/etc/group" #define _PATH_HOSTNAME "/etc/hostname" #define _PATH_INITLVL "/etc/initlvl" #define _PATH_INITTAB "/etc/inittab" #define _PATH_ISSUE "/etc/issue" #define _PATH_MOTD "/etc/motd" #define _PATH_PASSWD "/etc/passwd" #define _PATH_ERRSTRING "/etc/perror" #define _PATH_TERMCAP "/etc/termcap" #define _PATH_LOCALE "/lib/locale" #define _PATH_MANPAGES "/lib" #define _PATH_TMP "/tmp" #define _PATH_UTMP "/var/utmp" #define _PATH_WTMP "/var/log/wtmp" #define _PATH_LASTLOG "/var/log/lastlog" #define _PATH_DOCBASE "/var/www" #define _PATH_CRONDIR "/var/cron" #define _PATH_CRONTAB "/var/cron/root" #define _PATH_CRONLOG "/var/cron/cron.log" #endif /* __PATHS_H */
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history