Category Redhat Centos

One Liners

Linux and Bash One Liners Command Line Fu – Top One Liners [rssinpage rssfeed=’http://www.commandlinefu.com/commands/browse/sort-by-votes/rss/’ rssitems=’20’ rsstarget=’_blank’] Bash one Liners [rssinpage rssfeed=’http://www.bashoneliners.com/main/feeds/’ rssitems=’20’ rsstarget=’_blank’]

copy teamsite user

To copy teamsite user permissions i’ve written a python script. You’ll need to replace the path with the path of your teamsite’s bin directory: #!/usr/bin/python #Script Name: copyTeamSiteUser.py #Use: . -s (source_user) -d (destination_user) #Note: the bin bath of teamsite…