View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
You may just redirect the output into a file by using '>' like that:
Code:
sfdisk -l > partitionlayout.txt
For a text editor
Code:
apt-get install leafpad
will install a graphical text editor