ps_users: List users connected to the system

View source: R/system.R

ps_usersR Documentation

List users connected to the system

Description

List users connected to the system

Usage

ps_users()

Value

A data frame with columns username, tty, hostname, start_time, pid. tty and pid are NA on Windows. pid is the process id of the login process. For local users the hostname column is the empty string.


r-lib/ps documentation built on June 13, 2025, 3:57 a.m.