p4 info

Synopsis

Display information about the current Perforce application and the shared versioning service.

Syntax

p4 [g-opts] info [-s]

Description

The p4 info command displays information about the Perforce application and the shared versioning service.

Here's an example of the output from p4 info:

User name: joe
Client name: joes_client
Client host: joes_workstation
Client root: /usr/joe/projects
Current directory: /usr/joe/projects/source
Client address: 192.168.0.123
Server address: p4server:1666
Server root: /usr/depot/p4d
Server date: 2012/01/28 12:11:47 -0700 PDT
Server uptime: 752:41:33
Server version: P4D/FREEBSD/2012.1/406375 (2012/01/25)
Server license: P4Admin <p4adm> 20 users (expires 2013/01/01)
Server license-ip: 10.0.0.2
Case handling: sensitive

To obtain the version of the Perforce application (p4), use p4 -V.

Options

-s

Shortened output: exclude information (for example, the workspace root) that requires a database lookup.

g-opts

See “Global Options”.

Usage Notes

Can File Arguments Use Revision Specifier?

Can File Arguments Use Revision Range?

Minimal Access Level Required

N/A

N/A

none

Related Commands

To read Perforce's help files

p4 help

To display Perforce Proxy connection information

p4 proxy

To view version information for your Perforce application

p4 -V