On Mon, 2012-08-20 at 04:15 -0700, r...@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 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1345464261.2458.44.camel@precise