General LINUX administration commands
- Read General Notes
- mount -w nas://share /mylocalFolder
sudo mount -a
uname -a
cat /etc/issue
ls /etc/*release*
ls /etc/*version*
Q: Missing chkconfig. Most likely you are not running under the user root
sudo su
type your user password
rpm -qa |grep chkconfig
whereis chkconfig
/sbin/chkconfig --list service
/sbin/chkconfig --add service
/sbin/chkconfig service on
No comments:
Post a Comment