I am stumped again.
I am trying to get my file system permission and sudo to work. Without making a directory in root, I can not make a new folder or even download anything off the internet. So I have been going through the forum and wiki trying to figure it out. I was fallowing the KDE setup guide and was trying to setup "Autofs" and I run the command
Code: Select all
/etc/init.d/autofs startSo I went into* Starting automounter ...
* No autofs support available in kernel [ !! ]
* ERROR: autofs failed to start
and ran/usr/src/linux
Code: Select all
make menuconfigenabeled. So I saved the ".config" and exited the kernel editor. I mounted my boot and ranFile systems --->
<*> Kernel automounter version 4 support (also supports v3)
Code: Select all
grub2-mkconfig -o /boot/grub/grub.cfgCode: Select all
/etc/init.d/autofs startMy second issue is getting permissions enabled. I just can't figure out which line to edit with
Code: Select all
visudoedit; I added my username under the root ALL=(ALL) ALL and sudo seems to be working, so, so far I figured that out.
Thanks again.


