[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to Begin - fdisk



On Mon, 2012-08-20 at 04:15 -0700, ray@aarden.us wrote:
> I just installed Debian. If I issue:
> ls -alR
> I get output. Some things work.
> 
> If I issue:
> fdisk
> or 
> fdisk -l
> I get 'command not found'.
> 
> What might I be doing wrong?
>  
> ray

Become root first, resp.

$ su -c "fdisk -l"

or

$ su
# fdisk -l

you also can set up sudo and then run

$ sudo fdisk -l

or you can be reckless and make fdisk available for users without the
needed permissions.

Regards,
Ralf


Reply to: