Related Articles
Linux Commands with Action
Type “Info” to get the list on the linux terminal. Linux Commands with Action Contents show 1. Linux Commands with Action 2. Linux Commands List Linux Commands List * aclocal: (automake)Invoking aclocal. Generating aclocal.m4. * autoconf: (autoconf)autoconf Invocation. How to create configuration scripts * autoheader: (autoconf)autoheader […]
Unzip using 7zip on Linux Centos
7z x filename.zip extract all zip archives 7z x *.zip to unzip on specific location or folder 7z x filename.zip foldername 7z x *.zip foldername Install 7zip on Linux Centos yum install p7zip Install 7zip on Linux Ubuntu sudo apt-get install p7zip a to archive $ 7za a myfiles.7z myfiles/
How to Run a Shell Script as Automatic Start Up Service in Linux Centos
Follow below steps to Create start services at startup automatically in Linux. Run a Shell Script as Automatic Start Up Service 1. Create a Shell Script Serivce named myserviced(anyname is ok) in /etc/init.d dir 2. Add it to chkconfig sudo /sbin/chkconfig –add myserviced 3. To check whether the serivce is sucessfully added in chkconfig sudo […]