net
samba network utility
TLDR
List shares on server
$ net share
List sessionscopy
$ net session
View user infocopy
$ net user [username]
Join domaincopy
$ net ads join -U [admin]
Map network drivecopy
$ net use [Z:] [\\\\server\\share]
Show workgroup memberscopy
$ net rpc group members "[group]" -S [server]
copy
SYNOPSIS
net [command] [options]
DESCRIPTION
net is a Samba network utility. It provides Windows networking functions on Linux.The tool manages shares, users, and domains. Part of Samba suite.
PARAMETERS
COMMAND
Net subcommand.share
Manage shares.session
View sessions.user
User management.ads
Active Directory ops.rpc
RPC commands.--help
Display help information.
CAVEATS
Part of Samba. Windows networking. Requires proper configuration.
HISTORY
net is part of Samba, providing Windows-compatible network operations on Unix systems.