su -c “ls ~” guest
The above command line says that run the command “ls ~” on a new shell of the user “guest” but shows the result the same shell for the current user.
su -c “ls ~” guest
The above command line says that run the command “ls ~” on a new shell of the user “guest” but shows the result the same shell for the current user.