question_id
stringlengths 1
5
| nl
stringlengths 4
218
| cmd
stringlengths 1
231
| oracle_man
sequence | cmd_name
stringlengths 1
24
| tldr_cmd_name
stringlengths 1
24
| manual_exist
bool 1
class | matching_info
sequence |
---|---|---|---|---|---|---|---|
1779 | emulate 1000 requests at 5 concurrent requests at a time, based on a given url list file | http_load -parallel {{5}} -fetches {{1000}} {{path/to/urls.txt}} | [
"http_load_2",
"http_load_3",
"http_load_11",
"http_load_12",
"http_load_15"
] | http_load | http_load | true | {
"token": [
"-parallel",
"-fetches",
"|main|"
],
"oracle_man": [
[
"http_load_2",
"http_load_11",
"http_load_15"
],
[
"http_load_2",
"http_load_12"
],
[
"http_load_3",
"http_load_4",
"http_load_5",
"http_load_6",
"http_load_7",
"http_load_8",
"http_load_9",
"http_load_10",
"http_load_11",
"http_load_12",
"http_load_13",
"http_load_14",
"http_load_15",
"http_load_16"
]
]
} |
1783 | run an `nmcli` subcommand | nmcli {{agent|connection|device|general|help|monitor|networking|radio}} {{command_options}} | [
"nmcli_3"
] | nmcli | nmcli | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"nmcli_3",
"nmcli_4",
"nmcli_5",
"nmcli_6"
]
]
} |
1784 | display the current version of networkmanager | nmcli --version | [
"nmcli_3",
"nmcli_30"
] | nmcli | nmcli | true | {
"token": [
"--version",
"|main|"
],
"oracle_man": [
[
"nmcli_30"
],
[
"nmcli_3",
"nmcli_4",
"nmcli_5",
"nmcli_6"
]
]
} |
1785 | display help | nmcli --help | [
"nmcli_3",
"nmcli_20"
] | nmcli | nmcli | true | {
"token": [
"--help",
"|main|"
],
"oracle_man": [
[
"nmcli_20"
],
[
"nmcli_3",
"nmcli_4",
"nmcli_5",
"nmcli_6"
]
]
} |
1786 | display help for a subcommand | nmcli {{subcommand}} --help | [
"nmcli_3",
"nmcli_20"
] | nmcli | nmcli | true | {
"token": [
"--help",
"|main|"
],
"oracle_man": [
[
"nmcli_20"
],
[
"nmcli_3",
"nmcli_4",
"nmcli_5",
"nmcli_6"
]
]
} |
1787 | enable only the primary monitor | mons -o | [
"mons_3",
"mons_6"
] | mons | mons | true | {
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"mons_6"
],
[
"mons_3",
"mons_4",
"mons_5",
"mons_6",
"mons_7",
"mons_8",
"mons_9",
"mons_10",
"mons_11",
"mons_12",
"mons_13",
"mons_14",
"mons_15",
"mons_16",
"mons_17",
"mons_18",
"mons_19",
"mons_20",
"mons_21",
"mons_22"
]
]
} |
1788 | enable only the secondary monitor | mons -s | [
"mons_3",
"mons_7"
] | mons | mons | true | {
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"mons_7"
],
[
"mons_3",
"mons_4",
"mons_5",
"mons_6",
"mons_7",
"mons_8",
"mons_9",
"mons_10",
"mons_11",
"mons_12",
"mons_13",
"mons_14",
"mons_15",
"mons_16",
"mons_17",
"mons_18",
"mons_19",
"mons_20",
"mons_21",
"mons_22"
]
]
} |
1789 | duplicate the primary monitor onto the secondary monitor, using the resolution of the primary monitor | mons -d | [
"mons_3",
"mons_8",
"mons_18"
] | mons | mons | true | {
"token": [
"-d",
"|main|"
],
"oracle_man": [
[
"mons_8",
"mons_18"
],
[
"mons_3",
"mons_4",
"mons_5",
"mons_6",
"mons_7",
"mons_8",
"mons_9",
"mons_10",
"mons_11",
"mons_12",
"mons_13",
"mons_14",
"mons_15",
"mons_16",
"mons_17",
"mons_18",
"mons_19",
"mons_20",
"mons_21",
"mons_22"
]
]
} |
1790 | mirror the primary monitor onto the secondary monitor, using the resolution of the secondary monitor | mons -m | [
"mons_1",
"mons_3",
"mons_9"
] | mons | mons | true | {
"token": [
"-m",
"|main|"
],
"oracle_man": [
[
"mons_1",
"mons_9"
],
[
"mons_3",
"mons_4",
"mons_5",
"mons_6",
"mons_7",
"mons_8",
"mons_9",
"mons_10",
"mons_11",
"mons_12",
"mons_13",
"mons_14",
"mons_15",
"mons_16",
"mons_17",
"mons_18",
"mons_19",
"mons_20",
"mons_21",
"mons_22"
]
]
} |
1791 | list the name and status of all services | service --status-all | [
"service_3",
"service_5",
"service_8"
] | service | service | true | {
"token": [
"--status-all",
"|main|"
],
"oracle_man": [
[
"service_3",
"service_8"
],
[
"service_5",
"service_6",
"service_7",
"service_8"
]
]
} |
1792 | start/stop/restart/reload service (start/stop should always be available) | service {{service_name}} {{start|stop|restart|reload}} | [
"service_5"
] | service | service | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"service_5",
"service_6",
"service_7",
"service_8"
]
]
} |
1793 | do a full restart (runs script twice with start and stop) | service {{service_name}} --full-restart | [
"service_5",
"service_7"
] | service | service | true | {
"token": [
"--full-restart",
"|main|"
],
"oracle_man": [
[
"service_7"
],
[
"service_5",
"service_6",
"service_7",
"service_8"
]
]
} |
1794 | show the current status of a service | service {{service_name}} status | [
"service_5"
] | service | service | true | {
"token": [
"status",
"|main|"
],
"oracle_man": [
[],
[
"service_5",
"service_6",
"service_7",
"service_8"
]
]
} |
1802 | create a logical volume of 10 gigabytes in the volume group vg1 | lvcreate -L {{10G}} {{vg1}} | [
"lvcreate_2",
"lvcreate_3",
"lvcreate_4",
"lvcreate_13",
"lvcreate_21"
] | lvcreate | lvcreate | true | {
"token": [
"-L",
"|main|"
],
"oracle_man": [
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_13",
"lvcreate_21"
],
[
"lvcreate_4",
"lvcreate_5",
"lvcreate_6",
"lvcreate_7",
"lvcreate_8",
"lvcreate_9",
"lvcreate_10",
"lvcreate_11",
"lvcreate_12",
"lvcreate_13",
"lvcreate_14",
"lvcreate_15",
"lvcreate_16",
"lvcreate_17",
"lvcreate_18",
"lvcreate_19",
"lvcreate_20",
"lvcreate_21",
"lvcreate_22"
]
]
} |
1803 | create a 1500 megabyte linear logical volume named mylv in the volume group vg1 | lvcreate -L {{1500}} -n {{mylv}} {{vg1}} | [
"lvcreate_2",
"lvcreate_3",
"lvcreate_4",
"lvcreate_13",
"lvcreate_14",
"lvcreate_21",
"lvcreate_22"
] | lvcreate | lvcreate | true | {
"token": [
"-L",
"-n",
"|main|"
],
"oracle_man": [
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_13",
"lvcreate_21"
],
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_14",
"lvcreate_22"
],
[
"lvcreate_4",
"lvcreate_5",
"lvcreate_6",
"lvcreate_7",
"lvcreate_8",
"lvcreate_9",
"lvcreate_10",
"lvcreate_11",
"lvcreate_12",
"lvcreate_13",
"lvcreate_14",
"lvcreate_15",
"lvcreate_16",
"lvcreate_17",
"lvcreate_18",
"lvcreate_19",
"lvcreate_20",
"lvcreate_21",
"lvcreate_22"
]
]
} |
1804 | create a logical volume called mylv that uses 60% of the total space in volume group vg1 | lvcreate -l {{60%VG}} -n {{mylv}} {{vg1}} | [
"lvcreate_2",
"lvcreate_3",
"lvcreate_4",
"lvcreate_12",
"lvcreate_14",
"lvcreate_22"
] | lvcreate | lvcreate | true | {
"token": [
"-l",
"-n",
"|main|"
],
"oracle_man": [
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_12"
],
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_14",
"lvcreate_22"
],
[
"lvcreate_4",
"lvcreate_5",
"lvcreate_6",
"lvcreate_7",
"lvcreate_8",
"lvcreate_9",
"lvcreate_10",
"lvcreate_11",
"lvcreate_12",
"lvcreate_13",
"lvcreate_14",
"lvcreate_15",
"lvcreate_16",
"lvcreate_17",
"lvcreate_18",
"lvcreate_19",
"lvcreate_20",
"lvcreate_21",
"lvcreate_22"
]
]
} |
1805 | create a logical volume called mylv that uses all the unallocated space in the volume group vg1 | lvcreate -l {{100%FREE}} -n {{mylv}} {{vg1}} | [
"lvcreate_2",
"lvcreate_3",
"lvcreate_4",
"lvcreate_12",
"lvcreate_14",
"lvcreate_22"
] | lvcreate | lvcreate | true | {
"token": [
"-l",
"-n",
"|main|"
],
"oracle_man": [
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_12"
],
[
"lvcreate_2",
"lvcreate_3",
"lvcreate_14",
"lvcreate_22"
],
[
"lvcreate_4",
"lvcreate_5",
"lvcreate_6",
"lvcreate_7",
"lvcreate_8",
"lvcreate_9",
"lvcreate_10",
"lvcreate_11",
"lvcreate_12",
"lvcreate_13",
"lvcreate_14",
"lvcreate_15",
"lvcreate_16",
"lvcreate_17",
"lvcreate_18",
"lvcreate_19",
"lvcreate_20",
"lvcreate_21",
"lvcreate_22"
]
]
} |
1811 | create an iso from a directory | mkisofs -o {{filename.iso}} {{path/to/source_directory}} | [
"mkisofs_2",
"mkisofs_3",
"mkisofs_34",
"mkisofs_38",
"mkisofs_106",
"mkisofs_107",
"mkisofs_111",
"mkisofs_139",
"mkisofs_142",
"mkisofs_144",
"mkisofs_161",
"mkisofs_180",
"mkisofs_197",
"mkisofs_209",
"mkisofs_229",
"mkisofs_236",
"mkisofs_238",
"mkisofs_250",
"mkisofs_283",
"mkisofs_303",
"mkisofs_305",
"mkisofs_314",
"mkisofs_330",
"mkisofs_331",
"mkisofs_343",
"mkisofs_345",
"mkisofs_422",
"mkisofs_426",
"mkisofs_455",
"mkisofs_457",
"mkisofs_459",
"mkisofs_463",
"mkisofs_465",
"mkisofs_467",
"mkisofs_469",
"mkisofs_474",
"mkisofs_478"
] | mkisofs | mkisofs | true | {
"token": [
"-o",
"|main|"
],
"oracle_man": [
[
"mkisofs_2",
"mkisofs_34",
"mkisofs_38",
"mkisofs_106",
"mkisofs_107",
"mkisofs_111",
"mkisofs_139",
"mkisofs_142",
"mkisofs_144",
"mkisofs_161",
"mkisofs_180",
"mkisofs_197",
"mkisofs_209",
"mkisofs_229",
"mkisofs_236",
"mkisofs_238",
"mkisofs_250",
"mkisofs_283",
"mkisofs_303",
"mkisofs_305",
"mkisofs_314",
"mkisofs_330",
"mkisofs_331",
"mkisofs_343",
"mkisofs_345",
"mkisofs_422",
"mkisofs_426",
"mkisofs_455",
"mkisofs_457",
"mkisofs_459",
"mkisofs_463",
"mkisofs_465",
"mkisofs_467",
"mkisofs_469",
"mkisofs_474",
"mkisofs_478"
],
[
"mkisofs_3",
"mkisofs_4",
"mkisofs_5",
"mkisofs_6",
"mkisofs_7",
"mkisofs_8",
"mkisofs_9",
"mkisofs_10",
"mkisofs_11",
"mkisofs_12",
"mkisofs_13",
"mkisofs_14",
"mkisofs_15",
"mkisofs_16",
"mkisofs_17",
"mkisofs_18",
"mkisofs_19",
"mkisofs_20",
"mkisofs_21"
]
]
} |
1812 | set the disc label when creating an iso | mkisofs -o {{filename.iso}} -V "{{label_name}}" {{path/to/source_directory}} | [
"mkisofs_2",
"mkisofs_3",
"mkisofs_34",
"mkisofs_38",
"mkisofs_106",
"mkisofs_107",
"mkisofs_111",
"mkisofs_123",
"mkisofs_124",
"mkisofs_139",
"mkisofs_142",
"mkisofs_144",
"mkisofs_161",
"mkisofs_180",
"mkisofs_197",
"mkisofs_209",
"mkisofs_229",
"mkisofs_236",
"mkisofs_238",
"mkisofs_250",
"mkisofs_273",
"mkisofs_283",
"mkisofs_303",
"mkisofs_305",
"mkisofs_308",
"mkisofs_314",
"mkisofs_330",
"mkisofs_331",
"mkisofs_343",
"mkisofs_345",
"mkisofs_422",
"mkisofs_425",
"mkisofs_426",
"mkisofs_449",
"mkisofs_455",
"mkisofs_457",
"mkisofs_459",
"mkisofs_463",
"mkisofs_465",
"mkisofs_467",
"mkisofs_469",
"mkisofs_474",
"mkisofs_478"
] | mkisofs | mkisofs | true | {
"token": [
"-o",
"-V",
"|main|"
],
"oracle_man": [
[
"mkisofs_2",
"mkisofs_34",
"mkisofs_38",
"mkisofs_106",
"mkisofs_107",
"mkisofs_111",
"mkisofs_139",
"mkisofs_142",
"mkisofs_144",
"mkisofs_161",
"mkisofs_180",
"mkisofs_197",
"mkisofs_209",
"mkisofs_229",
"mkisofs_236",
"mkisofs_238",
"mkisofs_250",
"mkisofs_283",
"mkisofs_303",
"mkisofs_305",
"mkisofs_314",
"mkisofs_330",
"mkisofs_331",
"mkisofs_343",
"mkisofs_345",
"mkisofs_422",
"mkisofs_426",
"mkisofs_455",
"mkisofs_457",
"mkisofs_459",
"mkisofs_463",
"mkisofs_465",
"mkisofs_467",
"mkisofs_469",
"mkisofs_474",
"mkisofs_478"
],
[
"mkisofs_123",
"mkisofs_124",
"mkisofs_273",
"mkisofs_308",
"mkisofs_425",
"mkisofs_449"
],
[
"mkisofs_3",
"mkisofs_4",
"mkisofs_5",
"mkisofs_6",
"mkisofs_7",
"mkisofs_8",
"mkisofs_9",
"mkisofs_10",
"mkisofs_11",
"mkisofs_12",
"mkisofs_13",
"mkisofs_14",
"mkisofs_15",
"mkisofs_16",
"mkisofs_17",
"mkisofs_18",
"mkisofs_19",
"mkisofs_20",
"mkisofs_21"
]
]
} |
1815 | display the contents of the file with underlines where applicable | ul {{file.txt}} | [
"ul_3"
] | ul | ul | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"ul_3"
]
]
} |
1816 | display the contents of the file with underlines made of dashes `` | ul -i {{file.txt}} | [
"ul_3",
"ul_4"
] | ul | ul | true | {
"token": [
"-i",
"|main|"
],
"oracle_man": [
[
"ul_4"
],
[
"ul_3"
]
]
} |
1817 | open a new window showing the current directory | thunar | [
"thunar_5"
] | thunar | thunar | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"thunar_5"
]
]
} |
1818 | open the bulk rename utility | thunar --bulk-rename | [
"thunar_3",
"thunar_5",
"thunar_7",
"thunar_10"
] | thunar | thunar | true | {
"token": [
"--bulk-rename",
"|main|"
],
"oracle_man": [
[
"thunar_3",
"thunar_7",
"thunar_10"
],
[
"thunar_5"
]
]
} |
1819 | close all open thunar windows | thunar --quit | [
"thunar_4",
"thunar_5",
"thunar_13"
] | thunar | thunar | true | {
"token": [
"--quit",
"|main|"
],
"oracle_man": [
[
"thunar_4",
"thunar_13"
],
[
"thunar_5"
]
]
} |
1835 | create an exfat filesystem inside partition 1 on device b (`sdb1`) | mkfs.exfat {{/dev/sdb1}} | [
"mkfs_3"
] | mkfs | mkfs | true | {
"token": [
"mkfs.exfat",
"|main|"
],
"oracle_man": [
[],
[
"mkfs_3",
"mkfs_4",
"mkfs_5",
"mkfs_6"
]
]
} |
1032 | create filesystem with a volumename | mkfs.vfat -n {{volume_name}} {{/dev/sdb1}} | [
"mkfs_3"
] | mkfs | mkfs | true | {
"token": [
"mkfs.vfat",
"-n",
"|main|"
],
"oracle_man": [
[],
[],
[
"mkfs_3",
"mkfs_4",
"mkfs_5",
"mkfs_6"
]
]
} |
1033 | create filesystem with a volumeid | mkfs.vfat -i {{volume_id}} {{/dev/sdb1}} | [
"mkfs_3"
] | mkfs | mkfs | true | {
"token": [
"mkfs.vfat",
"-i",
"|main|"
],
"oracle_man": [
[],
[],
[
"mkfs_3",
"mkfs_4",
"mkfs_5",
"mkfs_6"
]
]
} |
1844 | create and install a package with default settings | sudo checkinstall --default | [
"checkinstall_3",
"checkinstall_16"
] | checkinstall | checkinstall | true | {
"token": [
"--default",
"|main|"
],
"oracle_man": [
[
"checkinstall_16"
],
[
"checkinstall_3",
"checkinstall_4"
]
]
} |
1845 | create a package but don't install it | sudo checkinstall --install={{no}} | [
"checkinstall_3",
"checkinstall_14"
] | checkinstall | checkinstall | true | {
"token": [
"--install",
"|main|"
],
"oracle_man": [
[
"checkinstall_14"
],
[
"checkinstall_3",
"checkinstall_4"
]
]
} |
1846 | create a package without documentation | sudo checkinstall --nodoc | [
"checkinstall_3",
"checkinstall_34"
] | checkinstall | checkinstall | true | {
"token": [
"--nodoc",
"|main|"
],
"oracle_man": [
[
"checkinstall_34"
],
[
"checkinstall_3",
"checkinstall_4"
]
]
} |
1847 | create a package and set the name | sudo checkinstall --pkgname {{package}} | [
"checkinstall_3",
"checkinstall_17"
] | checkinstall | checkinstall | true | {
"token": [
"--pkgname",
"|main|"
],
"oracle_man": [
[
"checkinstall_17"
],
[
"checkinstall_3",
"checkinstall_4"
]
]
} |
1848 | create a package and specify where to save it | sudo checkinstall --pakdir {{path/to/directory}} | [
"checkinstall_3",
"checkinstall_25"
] | checkinstall | checkinstall | true | {
"token": [
"--pakdir",
"|main|"
],
"oracle_man": [
[
"checkinstall_25"
],
[
"checkinstall_3",
"checkinstall_4"
]
]
} |
1849 | suspend pulseaudio while running `jackd` | pasuspender -- {{jackd -d alsa --device hw:0}} | [
"pasuspender_2",
"pasuspender_3",
"pasuspender_4",
"pasuspender_5",
"pasuspender_6",
"pasuspender_7",
"pasuspender_8",
"pasuspender_9"
] | pasuspender | pasuspender | true | {
"token": [
"--",
"|main|"
],
"oracle_man": [
[
"pasuspender_2",
"pasuspender_3",
"pasuspender_4",
"pasuspender_6",
"pasuspender_7",
"pasuspender_8",
"pasuspender_9"
],
[
"pasuspender_5",
"pasuspender_6"
]
]
} |
1850 | list user accounts and their associated home directories | homectl list | [
"homectl_3",
"homectl_81"
] | homectl | homectl | true | {
"token": [
"list",
"|main|"
],
"oracle_man": [
[
"homectl_81"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1851 | create a user account and their associated home directory | sudo homectl create {{username}} | [
"homectl_3",
"homectl_87",
"homectl_102",
"homectl_104"
] | homectl | homectl | true | {
"token": [
"create",
"|main|"
],
"oracle_man": [
[
"homectl_87",
"homectl_102",
"homectl_104"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1852 | remove a specific user and the associated home directory | sudo homectl remove {{username}} | [
"homectl_3",
"homectl_89"
] | homectl | homectl | true | {
"token": [
"remove",
"|main|"
],
"oracle_man": [
[
"homectl_89"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1853 | change the password for a specific user | sudo homectl passwd {{username}} | [
"homectl_3",
"homectl_92"
] | homectl | homectl | true | {
"token": [
"passwd",
"|main|"
],
"oracle_man": [
[
"homectl_92"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1854 | run a shell or a command with access to a specific home directory | sudo homectl with {{username}} -- {{command}} {{command_arguments}} | [
"homectl_3",
"homectl_17",
"homectl_18",
"homectl_19",
"homectl_20",
"homectl_21",
"homectl_22",
"homectl_23",
"homectl_24",
"homectl_25",
"homectl_26",
"homectl_28",
"homectl_29",
"homectl_30",
"homectl_31",
"homectl_32",
"homectl_33",
"homectl_34",
"homectl_36",
"homectl_37",
"homectl_38",
"homectl_39",
"homectl_40",
"homectl_41",
"homectl_42",
"homectl_43",
"homectl_45",
"homectl_46",
"homectl_49",
"homectl_50",
"homectl_51",
"homectl_52",
"homectl_53",
"homectl_54",
"homectl_55",
"homectl_56",
"homectl_57",
"homectl_58",
"homectl_59",
"homectl_60",
"homectl_61",
"homectl_62",
"homectl_63",
"homectl_64",
"homectl_65",
"homectl_66",
"homectl_67",
"homectl_68",
"homectl_69",
"homectl_70",
"homectl_71",
"homectl_72",
"homectl_73",
"homectl_74",
"homectl_75",
"homectl_76",
"homectl_77",
"homectl_78",
"homectl_79",
"homectl_85",
"homectl_87",
"homectl_90",
"homectl_91",
"homectl_98",
"homectl_102",
"homectl_104",
"homectl_106",
"homectl_110",
"homectl_112",
"homectl_114"
] | homectl | homectl | true | {
"token": [
"with",
"--",
"|main|"
],
"oracle_man": [
[
"homectl_98"
],
[
"homectl_17",
"homectl_18",
"homectl_19",
"homectl_20",
"homectl_21",
"homectl_22",
"homectl_23",
"homectl_24",
"homectl_25",
"homectl_26",
"homectl_28",
"homectl_29",
"homectl_30",
"homectl_31",
"homectl_32",
"homectl_33",
"homectl_34",
"homectl_36",
"homectl_37",
"homectl_38",
"homectl_39",
"homectl_40",
"homectl_41",
"homectl_42",
"homectl_43",
"homectl_45",
"homectl_46",
"homectl_49",
"homectl_50",
"homectl_51",
"homectl_52",
"homectl_53",
"homectl_54",
"homectl_55",
"homectl_56",
"homectl_57",
"homectl_58",
"homectl_59",
"homectl_60",
"homectl_61",
"homectl_62",
"homectl_63",
"homectl_64",
"homectl_65",
"homectl_66",
"homectl_67",
"homectl_68",
"homectl_69",
"homectl_70",
"homectl_71",
"homectl_72",
"homectl_73",
"homectl_74",
"homectl_75",
"homectl_76",
"homectl_77",
"homectl_78",
"homectl_79",
"homectl_85",
"homectl_87",
"homectl_90",
"homectl_91",
"homectl_102",
"homectl_104",
"homectl_106",
"homectl_110",
"homectl_112",
"homectl_114"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1855 | lock or unlock a specific home directory | sudo homectl {{lock|unlock}} {{username}} | [
"homectl_3"
] | homectl | homectl | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1856 | change the disk space assigned to a specific home directory to 100 gib | sudo homectl resize {{username}} {{100G}} | [
"homectl_3",
"homectl_93"
] | homectl | homectl | true | {
"token": [
"resize",
"|main|"
],
"oracle_man": [
[
"homectl_93"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1857 | display help | homectl --help | [
"homectl_3",
"homectl_25"
] | homectl | homectl | true | {
"token": [
"--help",
"|main|"
],
"oracle_man": [
[
"homectl_25"
],
[
"homectl_3",
"homectl_4",
"homectl_5",
"homectl_6",
"homectl_7",
"homectl_8",
"homectl_9",
"homectl_10",
"homectl_11",
"homectl_12",
"homectl_13",
"homectl_14",
"homectl_15"
]
]
} |
1870 | display the file access control list | getfacl {{path/to/file_or_directory}} | [
"getfacl_4"
] | getfacl | getfacl | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"getfacl_4",
"getfacl_5",
"getfacl_6",
"getfacl_7",
"getfacl_8",
"getfacl_9",
"getfacl_10",
"getfacl_11",
"getfacl_12",
"getfacl_13"
]
]
} |
1871 | display the file access control list with numeric user and group ids | getfacl -n {{path/to/file_or_directory}} | [
"getfacl_4",
"getfacl_18",
"getfacl_24",
"getfacl_25"
] | getfacl | getfacl | true | {
"token": [
"-n",
"|main|"
],
"oracle_man": [
[
"getfacl_18",
"getfacl_24",
"getfacl_25"
],
[
"getfacl_4",
"getfacl_5",
"getfacl_6",
"getfacl_7",
"getfacl_8",
"getfacl_9",
"getfacl_10",
"getfacl_11",
"getfacl_12",
"getfacl_13"
]
]
} |
1872 | display the file access control list with tabular output format | getfacl -t {{path/to/file_or_directory}} | [
"getfacl_4",
"getfacl_23"
] | getfacl | getfacl | true | {
"token": [
"-t",
"|main|"
],
"oracle_man": [
[
"getfacl_23"
],
[
"getfacl_4",
"getfacl_5",
"getfacl_6",
"getfacl_7",
"getfacl_8",
"getfacl_9",
"getfacl_10",
"getfacl_11",
"getfacl_12",
"getfacl_13"
]
]
} |
1873 | display keys which are currently being pressed on the screen | screenkey | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1874 | display keys and mouse buttons which are currently being pressed on the screen | screenkey --mouse | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"--mouse",
"|main|"
],
"oracle_man": [
[],
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1875 | launch the settings menu of screenkey | screenkey --show-settings | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"--show-settings",
"|main|"
],
"oracle_man": [
[],
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1876 | launch screenkey at a specific position | screenkey --position {{top|center|bottom|fixed}} | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"--position",
"|main|"
],
"oracle_man": [
[],
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1877 | change the format of the key modifiers displayed on screen | screenkey --mods-mode {{normal|emacs|mac|win|tux}} | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"--mods-mode",
"|main|"
],
"oracle_man": [
[],
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1878 | change the appearance of screenkey | screenkey --bg-color "{{#a1b2c3}}" --font {{Hack}} --font-color {{yellow}} --opacity {{0.8}} | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"--bg-color",
"--font",
"--font-color",
"--opacity",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1879 | drag and select a window on screen to display screenkey | screenkey --position fixed --geometry {{$(slop -n -f '%g')}} | [
"screenkey_3"
] | screenkey | screenkey | true | {
"token": [
"--position",
"fixed",
"--geometry",
"|main|"
],
"oracle_man": [
[],
[],
[],
[
"screenkey_3",
"screenkey_4",
"screenkey_5"
]
]
} |
1187 | display help | pacman --deptest --help | [
"pacman_3",
"pacman_15",
"pacman_19"
] | pacman | pacman-deptest | true | {
"token": [
"--deptest",
"--help",
"|main|"
],
"oracle_man": [
[
"pacman_15"
],
[
"pacman_19"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1881 | update the package database | sudo pacman --files --refresh | [
"pacman_3",
"pacman_17",
"pacman_78",
"pacman_83"
] | pacman | pacman-files | true | {
"token": [
"--files",
"--refresh",
"|main|"
],
"oracle_man": [
[
"pacman_17"
],
[
"pacman_78",
"pacman_83"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1882 | find the package that owns a specific file | pacman --files {{filename}} | [
"pacman_3",
"pacman_17"
] | pacman | pacman-files | true | {
"token": [
"--files",
"|main|"
],
"oracle_man": [
[
"pacman_17"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1883 | find the package that owns a specific file, using a regular expression | pacman --files --regex '{{regular_expression}}' | [
"pacman_3",
"pacman_17",
"pacman_85"
] | pacman | pacman-files | true | {
"token": [
"--files",
"--regex",
"|main|"
],
"oracle_man": [
[
"pacman_17"
],
[
"pacman_85"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1884 | list only the package names | pacman --files --quiet {{filename}} | [
"pacman_3",
"pacman_17",
"pacman_60",
"pacman_73",
"pacman_82",
"pacman_86"
] | pacman | pacman-files | true | {
"token": [
"--files",
"--quiet",
"|main|"
],
"oracle_man": [
[
"pacman_17"
],
[
"pacman_60",
"pacman_73",
"pacman_82",
"pacman_86"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1885 | list the files owned by a specific package | pacman --files --list {{package_name}} | [
"pacman_3",
"pacman_17",
"pacman_55",
"pacman_59",
"pacman_72",
"pacman_84"
] | pacman | pacman-files | true | {
"token": [
"--files",
"--list",
"|main|"
],
"oracle_man": [
[
"pacman_17"
],
[
"pacman_55",
"pacman_59",
"pacman_72",
"pacman_84"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1886 | list only the absolute path to the files | pacman --query --list --quiet {{package_name}} | [
"pacman_3",
"pacman_7",
"pacman_55",
"pacman_59",
"pacman_60",
"pacman_72",
"pacman_73",
"pacman_82",
"pacman_84",
"pacman_86"
] | pacman | pacman-files | true | {
"token": [
"--query",
"--list",
"--quiet",
"|main|"
],
"oracle_man": [
[
"pacman_7"
],
[
"pacman_55",
"pacman_59",
"pacman_72",
"pacman_84"
],
[
"pacman_60",
"pacman_73",
"pacman_82",
"pacman_86"
],
[
"pacman_3",
"pacman_4",
"pacman_5"
]
]
} |
1887 | edit quota of the current user | edquota --user $(whoami) | [
"edquota_5",
"edquota_15"
] | edquota | edquota | true | {
"token": [
"--user",
"$(whoami)",
"|main|"
],
"oracle_man": [
[
"edquota_15"
],
[],
[
"edquota_5",
"edquota_6",
"edquota_7",
"edquota_8",
"edquota_9",
"edquota_10",
"edquota_11",
"edquota_12"
]
]
} |
1888 | edit quota of a specific user | sudo edquota --user {{username}} | [
"edquota_5",
"edquota_15"
] | edquota | edquota | true | {
"token": [
"--user",
"|main|"
],
"oracle_man": [
[
"edquota_15"
],
[
"edquota_5",
"edquota_6",
"edquota_7",
"edquota_8",
"edquota_9",
"edquota_10",
"edquota_11",
"edquota_12"
]
]
} |
1889 | edit quota for a group | sudo edquota --group {{group}} | [
"edquota_5",
"edquota_16"
] | edquota | edquota | true | {
"token": [
"--group",
"|main|"
],
"oracle_man": [
[
"edquota_16"
],
[
"edquota_5",
"edquota_6",
"edquota_7",
"edquota_8",
"edquota_9",
"edquota_10",
"edquota_11",
"edquota_12"
]
]
} |
1890 | restrict operations to a given filesystem (by default edquota operates on all filesystems with quotas) | sudo edquota --file-system {{filesystem}} | [
"edquota_5"
] | edquota | edquota | true | {
"token": [
"--file-system",
"|main|"
],
"oracle_man": [
[],
[
"edquota_5",
"edquota_6",
"edquota_7",
"edquota_8",
"edquota_9",
"edquota_10",
"edquota_11",
"edquota_12"
]
]
} |
1891 | edit the default grace period | sudo edquota -t | [
"edquota_3",
"edquota_5",
"edquota_22",
"edquota_23"
] | edquota | edquota | true | {
"token": [
"-t",
"|main|"
],
"oracle_man": [
[
"edquota_3",
"edquota_22",
"edquota_23"
],
[
"edquota_5",
"edquota_6",
"edquota_7",
"edquota_8",
"edquota_9",
"edquota_10",
"edquota_11",
"edquota_12"
]
]
} |
1892 | duplicate a quota to other users | sudo edquota -p {{reference_user}} {{destination_user1}} {{destination_user2}} | [
"edquota_2",
"edquota_5",
"edquota_14",
"edquota_17",
"edquota_18",
"edquota_22"
] | edquota | edquota | true | {
"token": [
"-p",
"|main|"
],
"oracle_man": [
[
"edquota_2",
"edquota_14",
"edquota_17",
"edquota_18",
"edquota_22"
],
[
"edquota_5",
"edquota_6",
"edquota_7",
"edquota_8",
"edquota_9",
"edquota_10",
"edquota_11",
"edquota_12"
]
]
} |
1893 | check if pulseaudio is running (a nonzero exit code means it is not running) | pulseaudio --check | [
"pulseaudio_11",
"pulseaudio_12",
"pulseaudio_21",
"pulseaudio_22",
"pulseaudio_23"
] | pulseaudio | pulseaudio | true | {
"token": [
"--check",
"|main|"
],
"oracle_man": [
[
"pulseaudio_11",
"pulseaudio_21",
"pulseaudio_22",
"pulseaudio_23"
],
[
"pulseaudio_12"
]
]
} |
1894 | start the pulseaudio daemon in the background | pulseaudio --start | [
"pulseaudio_9",
"pulseaudio_12",
"pulseaudio_19"
] | pulseaudio | pulseaudio | true | {
"token": [
"--start",
"|main|"
],
"oracle_man": [
[
"pulseaudio_9",
"pulseaudio_19"
],
[
"pulseaudio_12"
]
]
} |
1895 | kill the running pulseaudio daemon | pulseaudio --kill | [
"pulseaudio_10",
"pulseaudio_12",
"pulseaudio_20",
"pulseaudio_51"
] | pulseaudio | pulseaudio | true | {
"token": [
"--kill",
"|main|"
],
"oracle_man": [
[
"pulseaudio_10",
"pulseaudio_20",
"pulseaudio_51"
],
[
"pulseaudio_12"
]
]
} |
1896 | list available modules | pulseaudio --dump-modules | [
"pulseaudio_6",
"pulseaudio_12",
"pulseaudio_16"
] | pulseaudio | pulseaudio | true | {
"token": [
"--dump-modules",
"|main|"
],
"oracle_man": [
[
"pulseaudio_6",
"pulseaudio_16"
],
[
"pulseaudio_12"
]
]
} |
1897 | load a module into the currently running daemon with the specified arguments | pulseaudio --load="{{module_name}} {{arguments}}" | [
"pulseaudio_12",
"pulseaudio_47",
"pulseaudio_49"
] | pulseaudio | pulseaudio | true | {
"token": [
"--load",
"|main|"
],
"oracle_man": [
[
"pulseaudio_47",
"pulseaudio_49"
],
[
"pulseaudio_12"
]
]
} |
1898 | view information about an mp3 file | eyeD3 {{filename.mp3}} | [
"eyeD3_3"
] | eyeD3 | eyed3 | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"eyeD3_3"
]
]
} |
1899 | set the title of an mp3 file | eyeD3 --title "{{A Title}}" {{filename.mp3}} | [
"eyeD3_3",
"eyeD3_17"
] | eyeD3 | eyed3 | true | {
"token": [
"--title",
"|main|"
],
"oracle_man": [
[
"eyeD3_17"
],
[
"eyeD3_3"
]
]
} |
1900 | set the album of all the mp3 files in a directory | eyeD3 --album "{{Album Name}}" {{*.mp3}} | [
"eyeD3_3",
"eyeD3_16"
] | eyeD3 | eyed3 | true | {
"token": [
"--album",
"|main|"
],
"oracle_man": [
[
"eyeD3_16"
],
[
"eyeD3_3"
]
]
} |
1901 | set the front cover art for an mp3 file | eyeD3 --add-image {{front_cover.jpeg}}:FRONT_COVER: {{filename.mp3}} | [
"eyeD3_3",
"eyeD3_29"
] | eyeD3 | eyed3 | true | {
"token": [
"--add-image",
"|main|"
],
"oracle_man": [
[
"eyeD3_29"
],
[
"eyeD3_3"
]
]
} |
1908 | modify acl of a file for user with read and write access | setfacl -m u:{{username}}:rw {{file}} | [
"setfacl_2",
"setfacl_4",
"setfacl_5",
"setfacl_7",
"setfacl_14",
"setfacl_15",
"setfacl_32",
"setfacl_44",
"setfacl_45"
] | setfacl | setfacl | true | {
"token": [
"-m",
"|main|"
],
"oracle_man": [
[
"setfacl_2",
"setfacl_5",
"setfacl_7",
"setfacl_14",
"setfacl_15",
"setfacl_32",
"setfacl_44",
"setfacl_45"
],
[
"setfacl_4",
"setfacl_5",
"setfacl_6",
"setfacl_7",
"setfacl_8",
"setfacl_9",
"setfacl_10",
"setfacl_11"
]
]
} |
1909 | modify default acl of a file for all users | setfacl -d -m u::rw {{file}} | [
"setfacl_2",
"setfacl_4",
"setfacl_5",
"setfacl_7",
"setfacl_13",
"setfacl_14",
"setfacl_15",
"setfacl_16",
"setfacl_31",
"setfacl_32",
"setfacl_33",
"setfacl_44",
"setfacl_45",
"setfacl_48"
] | setfacl | setfacl | true | {
"token": [
"-d",
"-m",
"u::rw",
"|main|"
],
"oracle_man": [
[
"setfacl_13",
"setfacl_16",
"setfacl_31",
"setfacl_33",
"setfacl_48"
],
[
"setfacl_2",
"setfacl_5",
"setfacl_7",
"setfacl_14",
"setfacl_15",
"setfacl_32",
"setfacl_44",
"setfacl_45"
],
[],
[
"setfacl_4",
"setfacl_5",
"setfacl_6",
"setfacl_7",
"setfacl_8",
"setfacl_9",
"setfacl_10",
"setfacl_11"
]
]
} |
1910 | remove acl of a file for a user | setfacl -x u:{{username}} {{file}} | [
"setfacl_2",
"setfacl_4",
"setfacl_5",
"setfacl_8",
"setfacl_32",
"setfacl_46",
"setfacl_49"
] | setfacl | setfacl | true | {
"token": [
"-x",
"|main|"
],
"oracle_man": [
[
"setfacl_2",
"setfacl_5",
"setfacl_8",
"setfacl_32",
"setfacl_46",
"setfacl_49"
],
[
"setfacl_4",
"setfacl_5",
"setfacl_6",
"setfacl_7",
"setfacl_8",
"setfacl_9",
"setfacl_10",
"setfacl_11"
]
]
} |
1911 | remove all acl entries of a file | setfacl -b {{file}} | [
"setfacl_2",
"setfacl_4",
"setfacl_12"
] | setfacl | setfacl | true | {
"token": [
"-b",
"|main|"
],
"oracle_man": [
[
"setfacl_2",
"setfacl_12"
],
[
"setfacl_4",
"setfacl_5",
"setfacl_6",
"setfacl_7",
"setfacl_8",
"setfacl_9",
"setfacl_10",
"setfacl_11"
]
]
} |
1912 | start a buffer for temporary notes, which won't be saved | zile | [
"zile_3"
] | zile | zile | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"zile_3",
"zile_4",
"zile_5",
"zile_6",
"zile_7",
"zile_8",
"zile_9",
"zile_10",
"zile_11",
"zile_12",
"zile_13",
"zile_14"
]
]
} |
1913 | open a file | zile {{path/to/file}} | [
"zile_3"
] | zile | zile | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"zile_3",
"zile_4",
"zile_5",
"zile_6",
"zile_7",
"zile_8",
"zile_9",
"zile_10",
"zile_11",
"zile_12",
"zile_13",
"zile_14"
]
]
} |
1914 | save a file | Ctrl + X, Ctrl + S | [
"zile_3"
] | zile | zile | true | {
"token": [
"Ctrl",
"+",
"X,",
"S",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"zile_3",
"zile_4",
"zile_5",
"zile_6",
"zile_7",
"zile_8",
"zile_9",
"zile_10",
"zile_11",
"zile_12",
"zile_13",
"zile_14"
]
]
} |
1915 | quit | Ctrl + X, Ctrl + C | [
"zile_3"
] | zile | zile | true | {
"token": [
"Ctrl",
"+",
"X,",
"C",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"zile_3",
"zile_4",
"zile_5",
"zile_6",
"zile_7",
"zile_8",
"zile_9",
"zile_10",
"zile_11",
"zile_12",
"zile_13",
"zile_14"
]
]
} |
1916 | open a file at a specified line number | zile +{{line_number}} {{path/to/file}} | [
"zile_3"
] | zile | zile | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"zile_3",
"zile_4",
"zile_5",
"zile_6",
"zile_7",
"zile_8",
"zile_9",
"zile_10",
"zile_11",
"zile_12",
"zile_13",
"zile_14"
]
]
} |
1917 | undo changes | Ctrl + X, U | [
"zile_3"
] | zile | zile | true | {
"token": [
"Ctrl",
"+",
"X,",
"U",
"|main|"
],
"oracle_man": [
[],
[],
[],
[],
[
"zile_3",
"zile_4",
"zile_5",
"zile_6",
"zile_7",
"zile_8",
"zile_9",
"zile_10",
"zile_11",
"zile_12",
"zile_13",
"zile_14"
]
]
} |
1918 | display system memory | free | [
"free_3"
] | free | free | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"free_3",
"free_4",
"free_5",
"free_6",
"free_7",
"free_8",
"free_9",
"free_10",
"free_11"
]
]
} |
1919 | display memory in bytes/kb/mb/gb | free -{{b|k|m|g}} | [
"free_3"
] | free | free | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"free_3",
"free_4",
"free_5",
"free_6",
"free_7",
"free_8",
"free_9",
"free_10",
"free_11"
]
]
} |
1920 | display memory in humanreadable units | free -h | [
"free_3",
"free_23",
"free_32"
] | free | free | true | {
"token": [
"-h",
"|main|"
],
"oracle_man": [
[
"free_23",
"free_32"
],
[
"free_3",
"free_4",
"free_5",
"free_6",
"free_7",
"free_8",
"free_9",
"free_10",
"free_11"
]
]
} |
1921 | refresh the output every 2 seconds | free -s {{2}} | [
"free_3",
"free_18",
"free_19",
"free_20",
"free_21",
"free_22",
"free_27",
"free_29",
"free_30"
] | free | free | true | {
"token": [
"-s",
"|main|"
],
"oracle_man": [
[
"free_18",
"free_19",
"free_20",
"free_21",
"free_22",
"free_27",
"free_29",
"free_30"
],
[
"free_3",
"free_4",
"free_5",
"free_6",
"free_7",
"free_8",
"free_9",
"free_10",
"free_11"
]
]
} |
1933 | show a service's status | rc-service {{service_name}} status | [
"rc-service_3"
] | rc-service | rc-service | true | {
"token": [
"status",
"|main|"
],
"oracle_man": [
[],
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1934 | start a service | sudo rc-service {{service_name}} start | [
"rc-service_3"
] | rc-service | rc-service | true | {
"token": [
"start",
"|main|"
],
"oracle_man": [
[],
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1935 | stop a service | sudo rc-servie {{service_name}} stop | [
"rc-service_3"
] | rc-service | rc-service | true | {
"token": [
"rc-servie",
"stop",
"|main|"
],
"oracle_man": [
[],
[],
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1936 | restart a service | sudo rc-service {{service_name}} restart | [
"rc-service_3"
] | rc-service | rc-service | true | {
"token": [
"restart",
"|main|"
],
"oracle_man": [
[],
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1937 | simulate running a service's custom command | sudo rc-service --dry-run {{service_name}} {{command_name}} | [
"rc-service_2",
"rc-service_3",
"rc-service_8"
] | rc-service | rc-service | true | {
"token": [
"--dry-run",
"|main|"
],
"oracle_man": [
[
"rc-service_2",
"rc-service_8"
],
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1938 | actually run a service's custom command | sudo rc-service {{service_name}} {{command_name}} | [
"rc-service_3"
] | rc-service | rc-service | true | {
"token": [
"|main|"
],
"oracle_man": [
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1939 | resolve the location of a service definition on disk | sudo rc-service --resolve {{service_name}} | [
"rc-service_2",
"rc-service_3",
"rc-service_5"
] | rc-service | rc-service | true | {
"token": [
"--resolve",
"|main|"
],
"oracle_man": [
[
"rc-service_2",
"rc-service_5"
],
[
"rc-service_3",
"rc-service_4",
"rc-service_5",
"rc-service_6",
"rc-service_7",
"rc-service_8"
]
]
} |
1945 | connect to a remote computer (default port is 3389) | rdesktop -u {{username}} -p {{password}} {{host:port}} | [
"rdesktop_3",
"rdesktop_4",
"rdesktop_8",
"rdesktop_10",
"rdesktop_11"
] | rdesktop | rdesktop | true | {
"token": [
"-u",
"-p",
"|main|"
],
"oracle_man": [
[
"rdesktop_4",
"rdesktop_10",
"rdesktop_11"
],
[
"rdesktop_8"
],
[
"rdesktop_3"
]
]
} |
1946 | simple examples | rdesktop -u Administrator -p passwd123 192.168.1.111:3389 | [
"rdesktop_3",
"rdesktop_4",
"rdesktop_8",
"rdesktop_10",
"rdesktop_11",
"rdesktop_63",
"rdesktop_64"
] | rdesktop | rdesktop | true | {
"token": [
"-u",
"Administrator",
"-p",
"passwd123",
"192.168.1.111:3389",
"|main|"
],
"oracle_man": [
[
"rdesktop_4",
"rdesktop_10",
"rdesktop_11"
],
[
"rdesktop_63",
"rdesktop_64"
],
[
"rdesktop_8"
],
[],
[],
[
"rdesktop_3"
]
]
} |
1947 | connect to a remote computer with full screen (press `ctrl + alt + enter` to exist) | rdesktop -u {{username}} -p {{password}} -f {{host:port}} | [
"rdesktop_3",
"rdesktop_4",
"rdesktop_8",
"rdesktop_10",
"rdesktop_11",
"rdesktop_20"
] | rdesktop | rdesktop | true | {
"token": [
"-u",
"-p",
"-f",
"|main|"
],
"oracle_man": [
[
"rdesktop_4",
"rdesktop_10",
"rdesktop_11"
],
[
"rdesktop_8"
],
[
"rdesktop_20"
],
[
"rdesktop_3"
]
]
} |
1948 | use the customed resolution (use the letter 'x' between the number) | rdesktop -u {{username}} -p {{password}} -g 1366x768 {{host:port}} | [
"rdesktop_3",
"rdesktop_4",
"rdesktop_8",
"rdesktop_10",
"rdesktop_11",
"rdesktop_15",
"rdesktop_18"
] | rdesktop | rdesktop | true | {
"token": [
"-u",
"-p",
"-g",
"1366x768",
"|main|"
],
"oracle_man": [
[
"rdesktop_4",
"rdesktop_10",
"rdesktop_11"
],
[
"rdesktop_8"
],
[
"rdesktop_10",
"rdesktop_15",
"rdesktop_18"
],
[],
[
"rdesktop_3"
]
]
} |
1949 | connect to a remote computer using domain user | rdesktop -u {{username}} -p {{password}} -d {{domainname}} {{host:port}} | [
"rdesktop_3",
"rdesktop_4",
"rdesktop_5",
"rdesktop_8",
"rdesktop_10",
"rdesktop_11",
"rdesktop_49"
] | rdesktop | rdesktop | true | {
"token": [
"-u",
"-p",
"-d",
"|main|"
],
"oracle_man": [
[
"rdesktop_4",
"rdesktop_10",
"rdesktop_11"
],
[
"rdesktop_8"
],
[
"rdesktop_5",
"rdesktop_49"
],
[
"rdesktop_3"
]
]
} |
1950 | use the 16bit color (speed up) | rdesktop -u {{username}} -p {{password}} -a 16 {{host:port}} | [
"rdesktop_3",
"rdesktop_4",
"rdesktop_8",
"rdesktop_10",
"rdesktop_11",
"rdesktop_40",
"rdesktop_75"
] | rdesktop | rdesktop | true | {
"token": [
"-u",
"-p",
"-a",
"16",
"|main|"
],
"oracle_man": [
[
"rdesktop_4",
"rdesktop_10",
"rdesktop_11"
],
[
"rdesktop_8"
],
[
"rdesktop_40"
],
[
"rdesktop_75"
],
[
"rdesktop_3"
]
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.