Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

addresstool(1) [debian man page]

ADDRESSTOOL(1)						      General Commands Manual						    ADDRESSTOOL(1)

NAME
ADDRESSTOOL - Command-line utility for the Addresses framework SYNOPSIS
addresstool [options] command [parameters] DESCRIPTION
addresstool is a command-line utility for the Addresses framework for manipulating the address book Note: addresstool is named adtool in the upstream distribution, but was renamed in Debian to avoid conflicting with the adtool package. OPTIONS
-l turn on localization of property names -h turn off printing of header PERSON MANAGEMENT COMMANDS
people Show all people (ID and name) showperson {PERSONID|me} Show a person's complete record setme PERSONID Mark the given person as the 'me' record exportimage PERSONID FILENAME Export a person's image importimage PERSONID FILENAME Export a person's image GROUP MANAGEMENT COMMANDS
groups Show toplevel groups members GROUPID Display the members of the given group addmember GROUPID PERSONID Add a person to a group delmember GROUPID PERSONID Remove a person from a group subgroups SUPERGROUPID Show a group's subgroups addgroup [SUPERGROUPID] NAME Add a group to toplevel or the given supergroup delgroup [SUPERGROUPID] GROUPID Remove a group from toplevel or the given supergroup parentgroups {GROUPID|PERSONID} Show a record's parent group(s) GENERAL COMMANDS
tree Show a tree view of all members and groups config Show the current address book configuration import FILE [FILE ...] Merge file(s) with the database. Supported file types: vcf, mfaddr SEE ALSO
http://giesler.biz/bjoern/English/Software.html http://www.gnustep.org/ AUTHOR
Addresses for GNUstep was written by Bjoern Giesler. This manual page was written by Hubert Chan for the Debian project (but may be used by others). November 16, 2006 ADDRESSTOOL(1)

Check Out this Related Man Page

SYSTEMD-CGLS(1)                                                    systemd-cgls                                                    SYSTEMD-CGLS(1)

NAME
systemd-cgls - Recursively show control group contents SYNOPSIS
systemd-cgls [OPTIONS...] [CGROUP...] systemd-cgls [OPTIONS...] --unit|--user-unit [UNIT...] DESCRIPTION
systemd-cgls recursively shows the contents of the selected Linux control group hierarchy in a tree. If arguments are specified, shows all member processes of the specified control groups plus all their subgroups and their members. The control groups may either be specified by their full file paths or are assumed in the systemd control group hierarchy. If no argument is specified and the current working directory is beneath the control group mount point /sys/fs/cgroup, shows the contents of the control group the working directory refers to. Otherwise, the full systemd control group hierarchy is shown. By default, empty control groups are not shown. OPTIONS
The following options are understood: --all Do not hide empty control groups in the output. -l, --full Do not ellipsize process tree members. -u, --unit Show cgroup subtrees for the specified units. --user-unit Show cgroup subtrees for the specified user units. -k Include kernel threads in output. -M MACHINE, --machine=MACHINE Limit control groups shown to the part corresponding to the container MACHINE. -h, --help Print a short help text and exit. --version Print a short version string and exit. --no-pager Do not pipe output into a pager. EXIT STATUS
On success, 0 is returned, a non-zero failure code otherwise. SEE ALSO
systemd(1), systemctl(1), systemd-cgtop(1), systemd-nspawn(1), ps(1) systemd 237 SYSTEMD-CGLS(1)
Man Page