· 9 years ago · Oct 02, 2016, 03:48 AM
1ubuntu@ubuntu:/var/rbux$ ./rbux.sh
2Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]
3Apply COMMANDs with PARAMETERS to DEVICE. If no COMMAND(s) are given, run in
4interactive mode.
5
6OPTIONs:
7 -h, --help displays this help message
8 -l, --list lists partition layout on all block devices
9 -m, --machine displays machine parseable output
10 -s, --script never prompts for user intervention
11 -v, --version displays the version
12 -a, --align=[none|cyl|min|opt] alignment for new partitions
13
14COMMANDs:
15 align-check TYPE N check partition N for TYPE(min|opt)
16 alignment
17 help [COMMAND] print general help, or help on
18 COMMAND
19 mklabel,mktable LABEL-TYPE create a new disklabel (partition
20 table)
21 mkpart PART-TYPE [FS-TYPE] START END make a partition
22 name NUMBER NAME name partition NUMBER as NAME
23 print [devices|free|list,all|NUMBER] display the partition table,
24 available devices, free space, all found partitions, or a particular
25 partition
26 quit exit program
27 rescue START END rescue a lost partition near START
28 and END
29 resizepart NUMBER END resize partition NUMBER
30 rm NUMBER delete partition NUMBER
31 select DEVICE choose the device to edit
32 disk_set FLAG STATE change the FLAG on selected device
33 disk_toggle [FLAG] toggle the state of FLAG on selected
34 device
35 set NUMBER FLAG STATE change the FLAG on partition NUMBER
36 toggle [NUMBER [FLAG]] toggle the state of FLAG on partition
37 NUMBER
38 unit UNIT set the default unit to UNIT
39 version display the version number and
40 copyright information of GNU Parted
41
42Report bugs to bug-parted@gnu.org
43
44Usage: ufw COMMAND
45
46Commands:
47 enable enables the firewall
48 disable disables the firewall
49 default ARG set default policy
50 logging LEVEL set logging to LEVEL
51 allow ARGS add allow rule
52 deny ARGS add deny rule
53 reject ARGS add reject rule
54 limit ARGS add limit rule
55 delete RULE|NUM delete RULE
56 insert NUM RULE insert RULE at NUM
57 route RULE add route RULE
58 route delete RULE|NUM delete route RULE
59 route insert NUM RULE insert route RULE at NUM
60 reload reload firewall
61 reset reset firewall
62 status show firewall status
63 status numbered show firewall status as numbered list of RULES
64 status verbose show verbose firewall status
65 show ARG show firewall report
66 version display version information
67
68Application profile commands:
69 app list list application profiles
70 app info PROFILE show information on PROFILE
71 app update PROFILE update PROFILE
72 app default ARG set default application policy
73Usage: grub-install [OPTION...] [OPTION] [INSTALL_DEVICE]
74Install GRUB on your drive.
75
76 --compress[=no,xz,gz,lzo] compress GRUB files [optional]
77 -d, --directory=DIR use images and modules under DIR
78 [default=/usr/lib/grub/<platform>]
79 --fonts=FONTS install FONTS [default=unicode]
80 --install-modules=MODULES install only MODULES and their dependencies
81 [default=all]
82 -k, --pubkey=FILE embed FILE as public key for signature checking
83 --locale-directory=DIR use translations under DIR
84 [default=/usr/share/locale]
85 --locales=LOCALES install only LOCALES [default=all]
86 --modules=MODULES pre-load specified modules MODULES
87 --themes=THEMES install THEMES [default=starfield]
88 -v, --verbose print verbose messages.
89 --allow-floppy make the drive also bootable as floppy (default
90 for fdX devices). May break on some BIOSes.
91 --boot-directory=DIR install GRUB images under the directory DIR/grub
92 instead of the boot/grub directory
93 --bootloader-id=ID the ID of bootloader. This option is only
94 available on EFI and Macs.
95 --core-compress=xz|none|auto
96 choose the compression to use for core image
97 --disk-module=MODULE disk module to use (biosdisk or native). This
98 option is only available on BIOS target.
99 --efi-directory=DIR use DIR as the EFI System Partition root.
100 --force install even if problems are detected
101 --force-extra-removable force installation to the removable media path
102 also. This option is only available on EFI.
103 --force-file-id use identifier file even if UUID is available
104 --label-bgcolor=COLOR use COLOR for label background
105 --label-color=COLOR use COLOR for label
106 --label-font=FILE use FILE as font for label
107 --macppc-directory=DIR use DIR for PPC MAC install.
108 --no-bootsector do not install bootsector
109 --no-nvram don't update the `boot-device'/`Boot*' NVRAM
110 variables. This option is only available on EFI
111 and IEEE1275 targets.
112 --no-rs-codes Do not apply any reed-solomon codes when
113 embedding core.img. This option is only available
114 on x86 BIOS targets.
115 --no-uefi-secure-boot do not install an image usable with UEFI Secure
116 Boot, even if the system was currently started
117 using it. This option is only available on EFI.
118 --product-version=STRING use STRING as product version
119 --recheck delete device map if it already exists
120 --removable the installation device is removable. This option
121 is only available on EFI.
122 -s, --skip-fs-probe do not probe for filesystems in DEVICE
123 --target=TARGET install GRUB for TARGET platform
124 [default=i386-pc]
125 --uefi-secure-boot install an image usable with UEFI Secure Boot.
126 This option is only available on EFI and if the
127 grub-efi-amd64-signed package is installed.
128 -?, --help give this help list
129 --usage give a short usage message
130 -V, --version print program version
131
132Mandatory or optional arguments to long options are also mandatory or optional
133for any corresponding short options.
134
135INSTALL_DEVICE must be system device filename.
136grub-install copies GRUB images into boot/grub. On some platforms, it may
137also install GRUB into the boot sector.