Add a path in $PATH globally for every user
Do we have anyway to add a path globally so that each user gets it in $PATH. I want to add path of ANT so that each user doesn’t need to add it in his $PATH variable.
Do we have anyway to add a path globally so that each user gets it in $PATH. I want to add path of ANT so that each user doesn’t need to add it in his $PATH variable.
I need to learn about AIX, and I only have a laptop with Fedora 14/VirtualBox on it. Is there any chance that I could run an AIX guest in my VirtualBox?
I have some AIX 7 servers that are restricted to what software I can install and wonder if I can get ksh to use the tab key to complete filenames at the shell promot.
How can I get the size of all files and all files in its subdirectories using the du command.
I have the md5sum of a file and I don’t know where it is on my system. Is there any easy option of find to identify a file based on its md5? Or do I need to develop a small script ?