"usr" folder in Applications folder?
Can I delete this folder?
MacPro 3.0GHz, Dual Quad, 8GB RAM, 250GB+750GB HD, Mac OS X (10.5.5)
MacPro 3.0GHz, Dual Quad, 8GB RAM, 250GB+750GB HD, Mac OS X (10.5.5)
ls -al /or you can "Go to Folder" in the Finder and type in /usr for the folder. It should open up a window inside the /usr folder.
sudo mv /Applications/usr/ /Applications/oldusrsudo means super user do and mv stands for move. Move is the rename command since, in unix, the file name is actually the entire path. To rename, you move the file/folder to a new location.
"usr" folder in Applications folder?