this post was submitted on 05 Mar 2022
0 points (50.0% liked)

Linux

47362 readers
900 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm making a home server and I wonder if two people can connect through ssh to the same user at the same time.

you are viewing a single comment's thread
view the rest of the comments
[–] coleman@lemmy.ml 1 points 2 years ago (1 children)

A cool command you can run is the following

who

It shows the open sessions for each user on the server.

Since who is part of GNU coreutils, you can get more info about it using the weird GNU info command.

info who
[–] a_Ha@lemmy.ml 1 points 2 years ago

info who > who-infos-in-text.txt
... then open this file in your favorite text editor : so you can ...
.1) use "find" &
.2) add your own comments //eddits