Will assistance be required on editing files as a root user?

lets give it anyway


1) in a console, become root

$ su -

2) open file in editor
a) vim

# vim /etc/fstab

or b) pico

# pico -w /etc/fstab

or c) just stick it on the end

# echo '/dev/hd?? /mnt/fat32 vfat umask=644,noauto 0 0' >> /etc/fstab

cheers,

tim



Reply via email to