EnglishFrenchSpanish

Ad


OnWorks favicon

defaults - Online in the Cloud

Run defaults in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command defaults that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


defaults - read or modify GNUstep user defaults

SYNOPSIS


defaults [ action ]

DESCRIPTION


The 'defaults' command lets you to read and modify a user's defaults.

This program replaces the old NeXTstep style dread, dwrite, and dremove programs.

If you have access to another user's defaults database, you may include '-u username'
before any other options to use that user's database rather than your own.

defaults read [ domain [ key] ]

read the named default from the specified domain. If no 'key' is given - read all
defaults from the domain. If no 'domain' is given - read all defaults from all
domains. A domain is either an application name, or "NSGlobalDomain", for system
level defauts. (Running programs can access two other domains, "NSArgumentDomain",
for command line arguments, "NSRegistrationDomain", a second-chance domain in which
"defaults for defaults" can be registered, and possibly domains for specific
locales.)

defaults readkey key

read the named default from all domains.

defaults write domain key value

write 'value' as default 'key' in the specified domain. 'value' must be a property
list in single quotes.

defaults write domain dictionary

write 'dictionary' as a replacement for the specified domain. 'dictionary' must be
a property list in single quotes.

defaults write

reads standard input for defaults in the format produced by 'defaults read' and
writes them to the database.

defaults delete [ domain [ key] ]

remove the specified default(s) from the domain. If no 'key' is given - delete the
entire domain.

defaults delete

read standard input for a series of lines containing pairs of domains and keys for
defaults to be deleted.

defaults domains

lists the domains in the database (one per line)

defaults find word

searches domain names, default names, and default value strings for those equal to
the specified word and lists them on standard output.

defaults plist

output some information about property lists

defaults help

list options for the defaults command.

Use defaults online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    createhdf
    createhdf
    createhdf — Create a blank IDE hard
    disk image inhdf format ...
    Run createhdf
  • 4
    CreateInterface
    CreateInterface
    CreateInterface — Create a Java
    Interface definition from DBus
    introspection data. ...
    Run CreateInterface
  • 5
    gba3
    gba3
    gba3 - GAMBAS Archiver ...
    Run gba3
  • 6
    gbackground
    gbackground
    gbackground - interval-based gnome
    background changer SYNTAX: gbackground
    DESCRIPTION: This program allows to
    change periodically the gnome background
    in inter...
    Run gbackground
  • More »

Ad