Linux Commands In A Nut Shell For Advanced Users
[To give read and write permissions on a file biglist to all] >chmod a+rw fname [killing a process] > kill prcNumber [if the process refuses to be killed] > kill -9 prcnUmber [To check your current quota and how much of it you have used] > quota -v [To find out how much space is … Read more