On 7 Apr 2013, at 01:22, Joe Zeff <joe@xxxxxxx> wrote: > On 04/06/2013 03:47 PM, Richard Vickery wrote: >> I have little understanding of what I am looking for. Is there some way >> to call systemctl, get the same information, and paste this information >> here in an email for someone to look at? and perhaps let me know what to >> look for? > > If you're logged in as root, you can redirect the output to a file, like this: > > systemctl status foo.service > foo.txt > > which would put it into /root/foo.txt. Then, you can copy the contents of the file into your message after you've rebooted correctly. > -- At the risk of being pedantic, that command will put a text file in the current working directory. Which could be anywhere if you've done a cd > systemctl status foo.service > ~/foo.txt Will always put it into the home directory. (/root for the root user) Junk. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org