A small utility to perform command "su -c" with slightly easier syntax. Useful e.g. for users without sudo privileges.
su-c_wrapper <command-and-parameters>
Make a short alias, for example:
alias root=su-c_wrapper
su-c_wrapper ls -la
su(1)