-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathklish.conf
More file actions
24 lines (18 loc) · 1.01 KB
/
klish.conf
File metadata and controls
24 lines (18 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Template for config file /etc/klish/klish.conf. It's used by klish utility.
# The klishd uses UNIX domain socket to receive connections. It will create an
# filesystem entry to allow clients to find connection point. By default klish
# client utility will connect to /tmp/klish-unix-socket.
#UnixSocketPath=/tmp/klish-unix-socket
# The klish can use external pager for non-interactive commands. By default it
# will execute "/usr/bin/less -I -F -e -X -K -d -r" process as a pager.
Pager="/usr/bin/less -I -F -e -X -K -d -R"
# External pager is enabled by default. But user can explicitly enable or
# disable it. Use "y" or "n" values.
#UsePager=y
# Message of the day, displayed right after login/starting klish
#Banner="\n>>> Use the ? key for help and the Tab key for completion <<<\n\n"
# Set max size of history. By default 100 lines are saved, for every new
# line after that, the oldest line is dropped. Set to 0 for unlimited.
#HistorySize=100
# Save history after each (unique/non-repeated) command.
#HistorySaveAlways=n