Advertisement
Guest User

Permissions

a guest
Dec 6th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. SO..I am currently following this tutorial on installing SassC and LibSass on Ubuntu:
  2. http://crocodillon.com/blog/how-to-install-sassc-and-libsass-on-ubuntu
  3.  
  4. I am at the final step:
  5. The final step is to make sure the sassc command is in your PATH by creating a symbolic link in /usr/local/bin/.
  6.  
  7. cd /usr/local/bin/
  8. ln -s ../lib/sassc/bin/sassc sassc
  9.  
  10. and when I use command root@:/usr/local/bin# ln -s ../lib/sassc/bin/sassc sassc
  11.  
  12. I get error: ln: failed to create symbolic link ‘sassc’: File exists
  13.  
  14. Because I am assuming I've tried this command earlier when I did not follow the instructions right and created a corrupt file.  Therefore I need to delete.  But because the folder came in permissions blocked I haven't had a clue on how to delete this sassc file already in the folder.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement