2023-10-31 23:05:56 +05:30
|
|
|
# talk
|
|
|
|
|
2023-11-15 05:25:25 +01:00
|
|
|
> A visual communication program which copies lines from your terminal to that of another user.
|
2023-10-31 23:05:56 +05:30
|
|
|
> More information: <https://www.gnu.org/software/inetutils/manual/html_node/talk-invocation.html>.
|
|
|
|
|
|
|
|
- Start a talk session with a user on the same machine:
|
|
|
|
|
|
|
|
`talk {{username}}`
|
|
|
|
|
|
|
|
- Start a talk session with a user on the same machine, who is logged in on tty3:
|
|
|
|
|
|
|
|
`talk {{username}} {{tty3}}`
|
|
|
|
|
|
|
|
- Start a talk session with a user on a remote machine:
|
|
|
|
|
|
|
|
`talk {{username}}@{{hostname}}`
|
|
|
|
|
|
|
|
- Clear text on both terminal screens:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl d>`
|
2023-10-31 23:05:56 +05:30
|
|
|
|
|
|
|
- Exit the talk session:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl c>`
|