Sunday 12 August 2012

permissions and process killing in Ubuntu


Ubuntu


for giving permisions

>chmod -R 777 filename/foldername

for know the processes of any application

>ps aux|grep eclipse             for eclipse

for kill the processes

>kill -9 processnumber

For see the tomcat log changes in console

>tail -f catalina.out

No comments:

Post a Comment